Commit 4036cd1b authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Add checkGLcall() to wined3d_unordered_access_view_clear_uint().

parent 2035294d
......@@ -895,6 +895,7 @@ void wined3d_unordered_access_view_clear_uint(struct wined3d_unordered_access_vi
context_bind_bo(context, buffer->buffer_type_hint, buffer->buffer_object);
GL_EXTCALL(glClearBufferSubData(buffer->buffer_type_hint, format->glInternal,
offset, size, format->glFormat, format->glType, clear_value));
checkGLcall("clear unordered access view");
}
static void wined3d_unordered_access_view_cs_init(void *object)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment