Skip to content

Commit fdc90c6

Browse files
author
Spacebrain
committed
pCaps->VertexTextureFilterCaps was assigned to itself
1 parent 025816a commit fdc90c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/xrD3D9-Null/IDirect3DDevice9_Caps.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ HRESULT xrIDirect3DDevice9::GetDeviceCaps( D3DCAPS9* pCaps)
297297
pCaps->PS20Caps.NumInstructionSlots = 512;
298298
pCaps->PS20Caps.NumTemps = 32;
299299
pCaps->PS20Caps.StaticFlowControlDepth = 4;
300-
301-
pCaps->VertexTextureFilterCaps = pCaps->VertexTextureFilterCaps;
302300

303301
pCaps->MaxVShaderInstructionsExecuted = 32768;
304302
pCaps->MaxPShaderInstructionsExecuted = 32768;

0 commit comments

Comments
 (0)