Commit b8719736 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Recognise the read-only depth/stencil view flags in wined3d_debug_view_desc().

parent 26ba84ad
......@@ -4702,6 +4702,8 @@ const char *wined3d_debug_view_desc(const struct wined3d_view_desc *d, const str
VIEW_FLAG_TO_STR(WINED3D_VIEW_BUFFER_COUNTER);
VIEW_FLAG_TO_STR(WINED3D_VIEW_TEXTURE_CUBE);
VIEW_FLAG_TO_STR(WINED3D_VIEW_TEXTURE_ARRAY);
VIEW_FLAG_TO_STR(WINED3D_VIEW_READ_ONLY_DEPTH);
VIEW_FLAG_TO_STR(WINED3D_VIEW_READ_ONLY_STENCIL);
#undef VIEW_FLAG_TO_STR
if (flags)
FIXME("Unrecognised view flag(s) %#x.\n", flags);
......
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