31 SDL_DisplayMode sdl_display_mode;
32 int sdl_convert_surf_format;
33 int sdl_create_rgb_surf_bitdepth;
34 int r_size, g_size, b_size, a_size;
35 uint32_t r_mask, g_mask, b_mask, a_mask;
45 SDL_GLContext gl_context;
57 int top_win_logical_w;
58 int top_win_logical_h;
61 float fullscreen_scale;
65 int max_combined_texture_image_units;
67 int max_cubemap_texture_size;
80 char *org_name_android;
81 char *app_name_android;
88 zboolean enable_mouse;
92 zboolean oes_vao_extension;
93 void (*glGenVertexArraysOES)(GLsizei, GLuint *);
94 void (*glBindVertexArrayOES)(GLuint);
95 void (*glDeleteVertexArraysOES)(GLsizei,
const GLuint *);
96 void (*glIsVertexArrayOES)(GLuint);
97 zboolean oes_element_index_uint_extension;
98 zboolean ext_draw_instanced_extension;
99 zboolean ext_texcompr_s3tc_extension;
100 zboolean oes_texcompr_etc1_rgb8_extension;
101 zboolean khr_texcompr_astc_ldr_extension;
Definition lg_textures.h:45