Commit 6b7ccb76 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Fix typo in WARN() message.

parent b05c797a
......@@ -4639,7 +4639,7 @@ static void state_cs_uav_binding(struct wined3d_context *context,
static void state_uav_warn(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id)
{
WARN("ARB_image_load_store is not supported by OpenGL implementation.\n");
WARN("ARB_shader_image_load_store is not supported by this OpenGL implementation.\n");
}
static void state_so(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id)
......
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