Revert "materialsystem/shaderapidx9: restore shaders from source-sdk-2013"

This reverts commit cca56d5a6f.
This commit is contained in:
nillerusr
2022-03-28 00:45:52 +03:00
parent 3558b0e03c
commit c625d789a7
32 changed files with 3942 additions and 2375 deletions
+4 -3
View File
@@ -12784,10 +12784,11 @@ void CShaderAPIDx8::GetDX9LightState( LightState_t *state ) const
state->m_nNumLights = MIN(MAX_NUM_LIGHTS,m_DynamicState.m_NumLights);
#else
state->m_nNumLights = m_DynamicState.m_NumLights;
#endif
#endif
state->m_nNumLights = m_DynamicState.m_NumLights;
state->m_bStaticLight = m_pRenderMesh->HasColorMesh();
state->m_bStaticLightVertex = false;
state->m_bStaticLightVertex = m_pRenderMesh->HasColorMesh();
state->m_bStaticLightTexel = false; // For now
}
MaterialFogMode_t CShaderAPIDx8::GetCurrentFogType( void ) const