- removed all direct OpenGL dependencies from gl_models.cpp.

This commit is contained in:
Christoph Oelckers 2018-10-27 22:55:33 +02:00
commit a62cd64138
9 changed files with 67 additions and 52 deletions

View file

@ -70,7 +70,6 @@ void FGLRenderState::Reset()
stBlendEquation = -1;
stAlphaTest = 0;
mLastDepthClamp = true;
mInterpolationFactor = 0.0f;
mEffectState = 0;
activeShader = nullptr;