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.

18 lines
691B

  1. GL_NV_explicit_multisample
  2. http://www.opengl.org/registry/specs/NV/explicit_multisample.txt
  3. GL_NV_explicit_multisample
  4. GL_SAMPLE_POSITION_NV 0x8E50
  5. GL_SAMPLE_MASK_NV 0x8E51
  6. GL_SAMPLE_MASK_VALUE_NV 0x8E52
  7. GL_TEXTURE_BINDING_RENDERBUFFER_NV 0x8E53
  8. GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV 0x8E54
  9. GL_TEXTURE_RENDERBUFFER_NV 0x8E55
  10. GL_SAMPLER_RENDERBUFFER_NV 0x8E56
  11. GL_INT_SAMPLER_RENDERBUFFER_NV 0x8E57
  12. GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV 0x8E58
  13. GL_MAX_SAMPLE_MASK_WORDS_NV 0x8E59
  14. void glGetMultisamplefvNV (GLenum pname, GLuint index, GLfloat* val)
  15. void glSampleMaskIndexedNV (GLuint index, GLbitfield mask)
  16. void glTexRenderbufferNV (GLenum target, GLuint renderbuffer)