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.

12 lines
439B

  1. GL_INTEL_map_texture
  2. http://www.opengl.org/registry/specs/INTEL/map_texture.txt
  3. GL_INTEL_map_texture
  4. GL_LAYOUT_DEFAULT_INTEL 0
  5. GL_LAYOUT_LINEAR_INTEL 1
  6. GL_LAYOUT_LINEAR_CPU_CACHED_INTEL 2
  7. GL_TEXTURE_MEMORY_LAYOUT_INTEL 0x83FF
  8. void * glMapTexture2DINTEL (GLuint texture, GLint level, GLbitfield access, GLint* stride, GLenum *layout)
  9. void glSyncTextureINTEL (GLuint texture)
  10. void glUnmapTexture2DINTEL (GLuint texture, GLint level)