commit b79367af72b8858aa0ec73645ab2f23ad1a89e19 parent e722bb8b90ed644d42513e05a863ee19b4b7bde8 Author: Brian Swetland <swetland@frotz.net> Date: Tue, 3 Sep 2013 18:14:44 -0700 glapp: remove old extension check code Diffstat:
M | common/glapp.cc | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/common/glapp.cc b/common/glapp.cc @@ -25,11 +25,6 @@ static void gl_map_functions(void) { int n; - if (!SDL_GL_ExtensionSupported("GL_ARB_shader_objects") || - !SDL_GL_ExtensionSupported("GL_ARB_shading_language_100") || - !SDL_GL_ExtensionSupported("GL_ARB_vertex_shader") || - !SDL_GL_ExtensionSupported("GL_ARB_fragment_shader")) - die("missing glsl extensions"); for (n = 0; n < sizeof(fntb)/sizeof(fntb[0]); n++) { *fntb[n].func = SDL_GL_GetProcAddress(fntb[n].name); if (!(*fntb[n].func))