Skip to content

Commit

Permalink
pCaps->VertexTextureFilterCaps was assigned to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacebrain committed Apr 23, 2015
1 parent 025816a commit fdc90c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xrD3D9-Null/IDirect3DDevice9_Caps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ HRESULT xrIDirect3DDevice9::GetDeviceCaps( D3DCAPS9* pCaps)
pCaps->PS20Caps.NumInstructionSlots = 512;
pCaps->PS20Caps.NumTemps = 32;
pCaps->PS20Caps.StaticFlowControlDepth = 4;

pCaps->VertexTextureFilterCaps = pCaps->VertexTextureFilterCaps;

pCaps->MaxVShaderInstructionsExecuted = 32768;
pCaps->MaxPShaderInstructionsExecuted = 32768;
Expand Down

0 comments on commit fdc90c6

Please sign in to comment.