diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_SGIS_sharpen_texture')
-rw-r--r-- | glew/auto/extensions/gl/GL_SGIS_sharpen_texture | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_SGIS_sharpen_texture b/glew/auto/extensions/gl/GL_SGIS_sharpen_texture new file mode 100644 index 0000000..f6d9a5c --- /dev/null +++ b/glew/auto/extensions/gl/GL_SGIS_sharpen_texture @@ -0,0 +1,6 @@ +GL_SGIS_sharpen_texture +https://www.khronos.org/registry/OpenGL/extensions/SGIS/SGIS_sharpen_texture.txt +GL_SGIS_sharpen_texture + + void glGetSharpenTexFuncSGIS (GLenum target, GLfloat* points) + void glSharpenTexFuncSGIS (GLenum target, GLsizei n, const GLfloat* points) |