mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-26 20:51:57 -04:00
misc(texture): remove useless printf
This commit is contained in:
parent
5dfbed53e3
commit
4847332088
@ -42,11 +42,9 @@ bool check_rgba16() {
|
|||||||
for (int i = 0; i < numFormats; ++i) {
|
for (int i = 0; i < numFormats; ++i) {
|
||||||
const GLubyte* extension = gles_glGetStringi(GL_EXTENSIONS, i);
|
const GLubyte* extension = gles_glGetStringi(GL_EXTENSIONS, i);
|
||||||
if (strcmp((const char*)extension, "GL_EXT_texture_norm16") == 0) {
|
if (strcmp((const char*)extension, "GL_EXT_texture_norm16") == 0) {
|
||||||
printf("supports GL_EXT_texture_norm16\n");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("does not support GL_EXT_texture_norm16\n");
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user