summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 47edd1c2..9b281f6e 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -813,7 +813,6 @@ static float maxAnisotropicLevel = 0.0f; // Maximum anisotropy level supporte
static PFNGLGENVERTEXARRAYSOESPROC glGenVertexArrays; // Entry point pointer to function glGenVertexArrays()
static PFNGLBINDVERTEXARRAYOESPROC glBindVertexArray; // Entry point pointer to function glBindVertexArray()
static PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArrays; // Entry point pointer to function glDeleteVertexArrays()
-//static PFNGLISVERTEXARRAYOESPROC glIsVertexArray; // NOTE: Fails in WebGL, omitted
#endif
#if defined(SUPPORT_VR_SIMULATOR)