Commit 09683315 authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

d3dx9: Add a fixme for flags in D3DXGetShaderConstantTableEx().

parent 6676a729
......@@ -1459,6 +1459,8 @@ HRESULT WINAPI D3DXGetShaderConstantTableEx(CONST DWORD *byte_code,
return D3DERR_INVALIDCALL;
}
if (flags) FIXME("Flags (%#x) are not handled, yet!\n", flags);
hr = D3DXFindShaderComment(byte_code, MAKEFOURCC('C','T','A','B'), &data, &size);
if (hr != D3D_OK)
{
......
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