diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_NV_viewport_array')
-rw-r--r-- | glew/auto/extensions/gl/GL_NV_viewport_array | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_NV_viewport_array b/glew/auto/extensions/gl/GL_NV_viewport_array new file mode 100644 index 0000000..ed49bee --- /dev/null +++ b/glew/auto/extensions/gl/GL_NV_viewport_array @@ -0,0 +1,24 @@ +GL_NV_viewport_array +https://www.khronos.org/registry/OpenGL/extensions/NV/NV_viewport_array.txt +GL_NV_viewport_array + + GL_DEPTH_RANGE 0x0B70 + GL_VIEWPORT 0x0BA2 + GL_SCISSOR_BOX 0x0C10 + GL_SCISSOR_TEST 0x0C11 + GL_MAX_VIEWPORTS_NV 0x825B + GL_VIEWPORT_SUBPIXEL_BITS_NV 0x825C + GL_VIEWPORT_BOUNDS_RANGE_NV 0x825D + GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV 0x825F + void glDepthRangeArrayfvNV (GLuint first, GLsizei count, const GLfloat * v) + void glDepthRangeIndexedfNV (GLuint index, GLfloat n, GLfloat f) + void glDisableiNV (GLenum target, GLuint index) + void glEnableiNV (GLenum target, GLuint index) + void glGetFloati_vNV (GLenum target, GLuint index, GLfloat* data) + GLboolean glIsEnablediNV (GLenum target, GLuint index) + void glScissorArrayvNV (GLuint first, GLsizei count, const GLint * v) + void glScissorIndexedNV (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) + void glScissorIndexedvNV (GLuint index, const GLint * v) + void glViewportArrayvNV (GLuint first, GLsizei count, const GLfloat * v) + void glViewportIndexedfNV (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) + void glViewportIndexedfvNV (GLuint index, const GLfloat * v) |