dxx-rebirth/similar/arch/ogl
derhass 1c01698e88 GLES: fix use of uninitialized variables in ogl_texture_stats()
Querying GL_INDEX_BITS and GL_DOUBLEBUFFER is not allowed in GLES, so
just use a reasonable default values for both. This is only used to
estimate memory consumption by the framebuffer (which is a questionable
approach in itself, since all those are implementation details not exposed
by the GL, and the actual memory used is likely to be higher anyway).
2015-04-04 23:04:24 +02:00
..
gr.cpp GLES: never declare the unused variable gl_draw_buffer 2015-04-04 22:58:02 +02:00
ogl.cpp GLES: fix use of uninitialized variables in ogl_texture_stats() 2015-04-04 23:04:24 +02:00