|
|
@@ -1050,6 +1050,30 @@ GL_APICALL void GL_APIENTRY glBufferStorageEXT (GLenum target, GLsizeiptr size,
|
|
|
#endif
|
|
|
#endif /* GL_EXT_buffer_storage */
|
|
|
|
|
|
+#ifndef GL_EXT_clear_texture
|
|
|
+#define GL_EXT_clear_texture 1
|
|
|
+typedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
|
|
|
+typedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data);
|
|
|
+#ifdef GL_GLEXT_PROTOTYPES
|
|
|
+GL_APICALL void GL_APIENTRY glClearTexImageEXT (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
|
|
|
+GL_APICALL void GL_APIENTRY glClearTexSubImageEXT (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data);
|
|
|
+#endif
|
|
|
+#endif /* GL_EXT_clear_texture */
|
|
|
+
|
|
|
+#ifndef GL_EXT_clip_control
|
|
|
+#define GL_EXT_clip_control 1
|
|
|
+#define GL_LOWER_LEFT_EXT 0x8CA1
|
|
|
+#define GL_UPPER_LEFT_EXT 0x8CA2
|
|
|
+#define GL_NEGATIVE_ONE_TO_ONE_EXT 0x935E
|
|
|
+#define GL_ZERO_TO_ONE_EXT 0x935F
|
|
|
+#define GL_CLIP_ORIGIN_EXT 0x935C
|
|
|
+#define GL_CLIP_DEPTH_MODE_EXT 0x935D
|
|
|
+typedef void (GL_APIENTRYP PFNGLCLIPCONTROLEXTPROC) (GLenum origin, GLenum depth);
|
|
|
+#ifdef GL_GLEXT_PROTOTYPES
|
|
|
+GL_APICALL void GL_APIENTRY glClipControlEXT (GLenum origin, GLenum depth);
|
|
|
+#endif
|
|
|
+#endif /* GL_EXT_clip_control */
|
|
|
+
|
|
|
#ifndef GL_EXT_color_buffer_float
|
|
|
#define GL_EXT_color_buffer_float 1
|
|
|
#endif /* GL_EXT_color_buffer_float */
|