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.

8 lines
417B

  1. GL_ARB_clear_texture
  2. http://www.opengl.org/registry/specs/ARB/clear_texture.txt
  3. GL_ARB_clear_texture
  4. GL_CLEAR_TEXTURE 0x9365
  5. void glClearTexImage (GLuint texture, GLint level, GLenum format, GLenum type, const void *data)
  6. void glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data)