X-Git-Url: https://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/250ca4b72ea7869387a62135610c52683fa14268..c7b3127165b9995561d5c7d7d6ca1184f089c797:/upstream-doc/man4/xhtml/glGet.xml diff --git a/upstream-doc/man4/xhtml/glGet.xml b/upstream-doc/man4/xhtml/glGet.xml index e992d92..32348cf 100644 --- a/upstream-doc/man4/xhtml/glGet.xml +++ b/upstream-doc/man4/xhtml/glGet.xml @@ -355,17 +355,6 @@ 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, @@ -448,7 +437,7 @@ of simultaneous outputs that may be written in a fragment shader. The value must be at least 8. See glDrawBuffers. -

GL_MAX_DUALSOURCE_DRAW_BUFFERS

+

GL_MAX_DUAL_SOURCE_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. @@ -574,7 +563,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_RECTANGLE_TEXTURE + Use GL_PROXY_TEXTURE_RECTANGLE to determine if a texture is too large. See glTexImage2D.

GL_MAX_RENDERBUFFER_SIZE

@@ -816,6 +805,14 @@ 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, @@ -1162,7 +1159,7 @@

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

GL_TEXTURE_BUFFER_BINDING

+

GL_TEXTURE_BINDING_BUFFER

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. @@ -1276,14 +1273,6 @@ 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