diff --git a/es3.1/html/indexflat.php b/es3.1/html/indexflat.php index 553d5e9f..aa008e89 100644 --- a/es3.1/html/indexflat.php +++ b/es3.1/html/indexflat.php @@ -365,8 +365,8 @@
GL_DEBUG_LOGGED_MESSAGES
+
+
+ data
returns a single value, the number of messages
+ currently in the debug message log.
+
GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH
+
+
+ data
returns a single value, the string length
+ of the oldest debug message in the debug message log.
+
GL_MAX_DEBUG_MESSAGE_LENGTH
+
+
+ data
returns a single value, the maximum length of a
+ debug message string, including its null terminator.
+
GL_MAX_DEBUG_LOGGED_MESSAGES
+
+
+ data
returns a single value, the maximum number
+ of messages stored in the debug message log.
+
GL_MAX_DEBUG_GROUP_STACK_DEPTH
@@ -920,6 +964,69 @@
See glReadPixels.
+ GL_QUERY_BUFFER_BINDING
+
+
+ data
returns a single value, the name of the buffer object
+ currently bound to the target GL_QUERY_BUFFER
. If no buffer object
+ is bound to this target, 0 is returned. The initial value is 0.
+ See glBindBuffer.
+
GL_COPY_READ_BUFFER_BINDING
+
+
+ data
returns a single value, the name of the buffer object
+ currently bound to the target GL_COPY_READ_BUFFER
. If no buffer object
+ is bound to this target, 0 is returned. The initial value is 0.
+ See glBindBuffer.
+
GL_COPY_WRITE_BUFFER_BINDING
+
+
+ data
returns a single value, the name of the buffer object
+ currently bound to the target GL_COPY_WRITE_BUFFER
. If no buffer object
+ is bound to this target, 0 is returned. The initial value is 0.
+ See glBindBuffer.
+
GL_RESET_NOTIFICATION_STRATEGY
+
+
+ data
returns a single value, the reset notification behavior.
+ Either GL_NO_RESET_NOTIFICATION
or GL_LOSE_CONTEXT_ON_RESET
.
+
GL_TEXTURE_BUFFER_BINDING
+
+
+ data
returns a single value, the name of the buffer object
+ currently bound to the target GL_TEXTURE_BUFFER
. If no buffer object
+ is bound to this target, 0 is returned. The initial value is 0.
+ See glBindBuffer.
+
GL_LINE_SMOOTH
@@ -1151,6 +1258,36 @@
the maximum number of samples in a multisample depth or depth-stencil texture.
+ GL_MIN_FRAGMENT_INTERPOLATION_OFFSET
+
+
+ data
returns one value, the furthest negative offset for interpolateAtOffset.
+
GL_MAX_FRAGMENT_INTERPOLATION_OFFSET
+
+
+ data
returns one value, the furthest positive offset for interpolateAtOffset.
+
GL_FRAGMENT_INTERPOLATION_OFFSET_BITS
+
+
+ data
returns one value, the subpixel bits for interpolateAtOffset.
+
GL_MAX_DRAW_BUFFERS
@@ -1177,6 +1314,61 @@
glBlendFuncSeparate.
+ GL_MAX_COLOR_ATTACHMENTS
+
+
+ data
returns one value, the maximum number
+ of FBO attachment points for colorbuffers.
+
GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS
+
+
+ data
returns one value, the maximum number
+ of components to write to a single buffer in interleaved mode.
+
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS
+
+
+ data
returns one value, the maximum number
+ of separate attributes or outputs that can be captured in transform feedback.
+
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS
+
+
+ data
returns one value, the maximum number
+ of components per attribute or output in separate mode.
+
GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
+
+
+ data
returns one value, the maximum number
+ of buffer objs to write with transform feedback.
+
GL_MAX_ELEMENTS_INDICES
@@ -1498,6 +1690,17 @@
the maximum number of sample mask words.
+ GL_MAX_SAMPLES
+
+
+ data
returns one value,
+ the maximum number of samples supported for multisampling.
+
GL_MAX_SERVER_WAIT_TIMEOUT
diff --git a/gl4/html/glGetGraphicsResetStatus.xhtml b/gl4/html/glGetGraphicsResetStatus.xhtml
index 441f663a..44b198d8 100644
--- a/gl4/html/glGetGraphicsResetStatus.xhtml
+++ b/gl4/html/glGetGraphicsResetStatus.xhtml
@@ -270,9 +270,9 @@
- glGetError
+ glGetError,
glGetIntegerv
,
- glGetQueryObjectuiv
+ glGetQueryObjectuiv
,
glGetSynciv