Browse Source

Wait why how eww.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
e8cefca023
  1. 2
      src/Magnum/Implementation/TransformFeedbackState.h

2
src/Magnum/Implementation/TransformFeedbackState.h

@ -41,7 +41,7 @@ struct TransformFeedbackState {
GLint maxBuffers;
#endif
GLuint binding;
GLuint binding;
void(TransformFeedback::*createImplementation)();
void(TransformFeedback::*attachRangeImplementation)(GLuint, Buffer&, GLintptr, GLsizeiptr);

Loading…
Cancel
Save