You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
398B

  1. GL_EXT_clear_texture
  2. http://www.opengl.org/registry/specs/EXT/clear_texture.txt
  3. GL_EXT_clear_texture
  4. void glClearTexImageEXT (GLuint texture, GLint level, GLenum format, GLenum type, const void *data)
  5. void glClearTexSubImageEXT (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data)