X-Git-Url: https://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/13027b2dbc5b77e5906584aefc2fc9f16047e471..f37e7e3da00d7a96241aae763b8835eef0fd232c:/upstream-doc/man4/xhtml/glGet.xml diff --git a/upstream-doc/man4/xhtml/glGet.xml b/upstream-doc/man4/xhtml/glGet.xml index 32348cf..e992d92 100644 --- a/upstream-doc/man4/xhtml/glGet.xml +++ b/upstream-doc/man4/xhtml/glGet.xml @@ -355,6 +355,17 @@ selection is always taken from the last vertex in the primitive. If the value returned is equivalent to GL_UNDEFINED_VERTEX, then the selection is not guaranteed to be taken from any specific vertex in the primitive. +

GL_LINE_WIDTH_GRANULARITY

+

+ params returns one value, + the width difference between adjacent supported widths for antialiased lines. + See glLineWidth. +

GL_LINE_WIDTH_RANGE

+

+ params returns two values: + the smallest and largest supported widths for antialiased + lines. + See glLineWidth.

GL_LOGIC_OP_MODE

params returns one value, @@ -437,7 +448,7 @@ of simultaneous outputs that may be written in a fragment shader. The value must be at least 8. See glDrawBuffers. -

GL_MAX_DUAL_SOURCE_DRAW_BUFFERS

+

GL_MAX_DUALSOURCE_DRAW_BUFFERS

params returns one value, the maximum number of active draw buffers when using dual-source blending. The value must be at least 1. @@ -563,7 +574,7 @@ params returns one value. The value gives a rough estimate of the largest rectangular texture that the GL can handle. The value must be at least 1024. - Use GL_PROXY_TEXTURE_RECTANGLE + Use GL_PROXY_RECTANGLE_TEXTURE to determine if a texture is too large. See glTexImage2D.

GL_MAX_RENDERBUFFER_SIZE

@@ -805,14 +816,6 @@ params a single value, the name of the currently bound program pipeline object, or zero if no program pipeline object is bound. See glBindProgramPipeline. -

GL_PROGRAM_POINT_SIZE

-

- params returns a single boolean value indicating whether vertex - program point size mode is enabled. If enabled, then the - point size is taken from the shader built-in gl_PointSize. If disabled, - then the point size is taken from the point state as specified - by glPointSize. - The initial value is GL_FALSE.

GL_PROVOKING_VERTEX

params returns one value, @@ -1159,7 +1162,7 @@

params returns a single value indicating the mode of the texture compression hint. The initial value is GL_DONT_CARE. -

GL_TEXTURE_BINDING_BUFFER

+

GL_TEXTURE_BUFFER_BINDING

params returns a single value, the name of the buffer object currently bound to the GL_TEXTURE_BUFFER buffer binding point. The initial value is 0. @@ -1273,6 +1276,14 @@ two-byte and four-byte pixel indices and components are swapped after being read from memory. The initial value is GL_FALSE. See glPixelStore. +

GL_VERTEX_PROGRAM_POINT_SIZE

+

+ params returns a single boolean value indicating whether vertex + program point size mode is enabled. If enabled, and a vertex shader is active, then the + point size is taken from the shader built-in gl_PointSize. If disabled, + and a vertex shader is active, then the point size is taken from the point state as specified + by glPointSize. + The initial value is GL_FALSE.

GL_VERTEX_BINDING_DIVISOR

Accepted by the indexed forms. params returns a single integer value representing the instance step