We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025816a commit fdc90c6Copy full SHA for fdc90c6
src/xrD3D9-Null/IDirect3DDevice9_Caps.cpp
@@ -297,8 +297,6 @@ HRESULT xrIDirect3DDevice9::GetDeviceCaps( D3DCAPS9* pCaps)
297
pCaps->PS20Caps.NumInstructionSlots = 512;
298
pCaps->PS20Caps.NumTemps = 32;
299
pCaps->PS20Caps.StaticFlowControlDepth = 4;
300
-
301
- pCaps->VertexTextureFilterCaps = pCaps->VertexTextureFilterCaps;
302
303
pCaps->MaxVShaderInstructionsExecuted = 32768;
304
pCaps->MaxPShaderInstructionsExecuted = 32768;
0 commit comments