Comments review

This commit is contained in:
Ray
2020-01-08 18:33:21 +01:00
parent 4211056354
commit 89fedf0bb9
2 changed files with 6 additions and 7 deletions

View File

@@ -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)