mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
togles: fix alpha test on some GPUs( fixes #119 )
This commit is contained in:
@@ -693,6 +693,7 @@ CGLMShaderPair::CGLMShaderPair( GLMContext *ctx )
|
||||
m_program = gGL->glCreateProgram();
|
||||
|
||||
m_locVertexParams = -1;
|
||||
m_locAlphaRef = -1;
|
||||
m_locVertexBoneParams = -1;
|
||||
m_locVertexScreenParams = -1;
|
||||
m_nScreenWidthHeight = 0xFFFFFFFF;
|
||||
|
||||
Reference in New Issue
Block a user