mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix OpenGL ES 2.0 Warnings.
This was SVN commit r26167.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user