Description: | Modelview matrix stack |
Attribute group: | — |
Initial value: | Identity |
Get command: | glGetFloatv |
Description: | Projection matrix stack |
Attribute group: | — |
Initial value: | Identity |
Get command: | glGetFloatv |
Description: | Texture matrix stack |
Attribute group: | — |
Initial value: | Identity |
Get command: | glGetFloatv |
Description: | Viewport origin and extent |
Attribute group: | viewport |
Initial value: | — |
Get command: | glGetIntegerv |
Description: | Depth range near and far |
Attribute group: | viewport |
Initial value: | 0,1 |
Get command: | glGetFloatv |
Description: | Modelview matrix stack pointer |
Attribute group: | — |
Initial value: | 1 |
Get command: | glGetIntegerv |
Description: | Projection matrix stack pointer |
Attribute group: | — |
Initial value: | 1 |
Get command: | glGetIntegerv |
Description: | Texture matrix stack pointer |
Attribute group: | — |
Initial value: | 1 |
Get command: | glGetIntegerv |
Description: | Current matrix mode |
Attribute group: | transform |
Initial value: | GL_MODELVIEW |
Get command: | glGetIntegerv |
Description: | Current normal normalization on/off |
Attribute group: | transform/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | User clipping plane coefficients |
Attribute group: | transform |
Initial value: | 0,0,0,0 |
Get command: | glGetClipPlane |
Description: | ith user clipping plane enabled |
Attribute group: | transform/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |