Fix OpenGL ES 2.0 Warnings.

This was SVN commit r26167.
This commit is contained in:
Stan
2022-01-04 20:54:37 +00:00
parent 5e3426794c
commit 0a8d382657
7 changed files with 41 additions and 27 deletions
+1
View File
@@ -647,6 +647,7 @@ public:
if (it != m_VertexAttribs.end())
{
#if CONFIG2_GLES
UNUSED2(size); UNUSED2(type); UNUSED2(stride); UNUSED2(pointer);
debug_warn(L"glVertexAttribIPointer not supported on GLES");
#else
glVertexAttribIPointerEXT(it->second, size, type, stride, pointer);