Commit 8ac1ffd7 authored by hybrid's avatar hybrid

New glext.h.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1473 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 19d72728
...@@ -212,6 +212,7 @@ static const char* const OpenGLFeatureStrings[] = { ...@@ -212,6 +212,7 @@ static const char* const OpenGLFeatureStrings[] = {
"GL_EXT_vertex_shader", "GL_EXT_vertex_shader",
"GL_EXT_vertex_weighting", "GL_EXT_vertex_weighting",
"GL_FfdMaskSGIX", "GL_FfdMaskSGIX",
"GL_GREMEDY_frame_terminator",
"GL_GREMEDY_string_marker", "GL_GREMEDY_string_marker",
"GL_HP_convolution_border_modes", "GL_HP_convolution_border_modes",
"GL_HP_image_transform", "GL_HP_image_transform",
...@@ -506,6 +507,7 @@ class COpenGLExtensionHandler ...@@ -506,6 +507,7 @@ class COpenGLExtensionHandler
IRR_EXT_vertex_shader, IRR_EXT_vertex_shader,
IRR_EXT_vertex_weighting, IRR_EXT_vertex_weighting,
IRR_FfdMaskSGIX, IRR_FfdMaskSGIX,
IRR_GREMEDY_frame_terminator,
IRR_GREMEDY_string_marker, IRR_GREMEDY_string_marker,
IRR_HP_convolution_border_modes, IRR_HP_convolution_border_modes,
IRR_HP_image_transform, IRR_HP_image_transform,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment