mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
ifdef out extension logging.
This commit is contained in:
parent
35c3a4a252
commit
9297f028a4
3
gfx/gl.c
3
gfx/gl.c
@ -1219,9 +1219,12 @@ static bool resolve_extensions(gl_t *gl)
|
||||
gl->border_type = GL_CLAMP_TO_BORDER;
|
||||
#endif
|
||||
|
||||
// Useful for debugging, but kinda obnoxious.
|
||||
#if 0
|
||||
const char *ext = (const char*)glGetString(GL_EXTENSIONS);
|
||||
if (ext)
|
||||
RARCH_LOG("[GL] Supported extensions: %s\n", ext);
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_PBO)
|
||||
RARCH_LOG("[GL]: Using PBOs.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user