We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cc4f4 commit ecb0a55Copy full SHA for ecb0a55
Core/Contents/Source/PolyGLRenderer.cpp
@@ -57,6 +57,7 @@ PFNGLGETBUFFERPOINTERVARBPROC glGetBufferPointervARB;
57
58
PFNGLVERTEXATTRIBPOINTERPROC glVertexAttribPointer;
59
PFNGLENABLEVERTEXATTRIBARRAYARBPROC glEnableVertexAttribArrayARB;
60
+PFNGLDISABLEVERTEXATTRIBARRAYARBPROC glDisableVertexAttribArrayARB;
61
PFNGLBINDATTRIBLOCATIONPROC glBindAttribLocation;
62
63
PFNGLGETPROGRAMIVPROC glGetProgramiv;
0 commit comments