diff options
Diffstat (limited to 'engine-ocean/External/glew/auto/extensions/gl/GL_SGIS_fog_function')
-rw-r--r-- | engine-ocean/External/glew/auto/extensions/gl/GL_SGIS_fog_function | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine-ocean/External/glew/auto/extensions/gl/GL_SGIS_fog_function b/engine-ocean/External/glew/auto/extensions/gl/GL_SGIS_fog_function new file mode 100644 index 0000000..89b21d2 --- /dev/null +++ b/engine-ocean/External/glew/auto/extensions/gl/GL_SGIS_fog_function @@ -0,0 +1,6 @@ +GL_SGIS_fog_function +https://www.khronos.org/registry/OpenGL/extensions/SGIS/SGIS_fog_function.txt +GL_SGIS_fog_function + + void glFogFuncSGIS (GLsizei n, const GLfloat* points) + void glGetFogFuncSGIS (GLfloat* points) |