d3dx9: Add a fixme for flags in D3DXGetShaderConstantTableEx().
This commit is contained in:
parent
6676a729b4
commit
0968331524
|
@ -1459,6 +1459,8 @@ HRESULT WINAPI D3DXGetShaderConstantTableEx(CONST DWORD *byte_code,
|
||||||
return D3DERR_INVALIDCALL;
|
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);
|
hr = D3DXFindShaderComment(byte_code, MAKEFOURCC('C','T','A','B'), &data, &size);
|
||||||
if (hr != D3D_OK)
|
if (hr != D3D_OK)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue