We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf63c0 commit 0c7cf8cCopy full SHA for 0c7cf8c
source/lib/ffgl/FFGL.cpp
@@ -1002,7 +1002,7 @@ void ValidateContextState()
1002
glGetIntegerv( GL_UNIFORM_BUFFER_BINDING, glInt );
1003
assert( glInt[ 0 ] == 0 );
1004
1005
- //Please use the ScopedVAOBinding to automatically unbind your uniform buffers.
+ //Please use the ScopedVAOBinding to automatically unbind your vertex array objects.
1006
glGetIntegerv( GL_VERTEX_ARRAY_BINDING, glInt );
1007
1008
0 commit comments