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 fdc90c6 commit e699503Copy full SHA for e699503
src/xrD3D9-Null/IDirect3DDevice9.cpp
@@ -326,7 +326,7 @@ HRESULT xrIDirect3DDevice9::GetScissorRect( RECT* pRect)
326
HRESULT xrIDirect3DDevice9::SetSoftwareVertexProcessing( BOOL bSoftware)
327
{ APIDEBUG("xrIDirect3DDevice9::SetSoftwareVertexProcessing"); return HRESULT_Proc(S_OK); };
328
BOOL xrIDirect3DDevice9::GetSoftwareVertexProcessing()
329
-{ APIDEBUG("xrIDirect3DDevice9::GetSoftwareVertexProcessing"); return HRESULT_Proc(S_OK); };
+{ APIDEBUG("xrIDirect3DDevice9::GetSoftwareVertexProcessing"); return TRUE; };
330
HRESULT xrIDirect3DDevice9::SetNPatchMode( float nSegments)
331
{ APIDEBUG("xrIDirect3DDevice9::SetNPatchMode"); return HRESULT_Proc(S_OK); };
332
float xrIDirect3DDevice9::GetNPatchMode()
0 commit comments