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 7021dfa commit a103538Copy full SHA for a103538
1 file changed
code/graphics/opengl/es_compatibility.h
@@ -352,6 +352,7 @@ static inline void glQueryCounter(GLuint id, GLenum target)
352
glQueryCounterEXT(id, GL_TIMESTAMP_EXT);
353
#else
354
(void)id;
355
+ (void)target;
356
#endif
357
}
358
0 commit comments