Moved across to use OSG_FIXED_FUNCTION_AVAILABLE

This commit is contained in:
Robert Osfield
2009-11-17 15:54:20 +00:00
parent 370deba546
commit f8ab593c4b
3 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ State::State():
_projection = _identity;
_modelView = _identity;
#if defined(OSG_GLES2_AVAILABLE) || defined(OSG_GL3_AVAILABLE)
#if !defined(OSG_GL_FIXED_FUNCTION_AVAILABLE)
_useModelViewAndProjectionUniforms = true;
_useVertexAttributeAliasing = true;
#else