Description: | Point size |
Attribute group: | point |
Initial value: | 1.0 |
Get command: | glGetFloatv |
Description: | Point aliasing on |
Attribute group: | point/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Line width |
Attribute group: | line |
Initial value: | 1.0 |
Get command: | glGetFloatv |
Description: | Line antialiasing on |
Attribute group: | line/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Line stipple |
Attribute group: | line |
Initial value: | 1's |
Get command: | glGetIntegerv |
Description: | Line stipple repeat |
Attribute group: | line |
Initial value: | 1 |
Get command: | glGetIntegerv |
Description: | Line stipple enable |
Attribute group: | line/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Polygon culling enabled |
Attribute group: | polygon/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Cull front-/back-facing polygons |
Attribute group: | polygon |
Initial value: | GL_BACK |
Get command: | glGetIntegerv |
Description: | Polygon front-face CW/CCW indicator |
Attribute group: | polygon |
Initial value: | GL_CCW |
Get command: | glGetIntegerv |
Description: | Polygon antialiasing on |
Attribute group: | polygon/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Polygon rasterization mode (front and back) |
Attribute group: | polygon |
Initial value: | GL_FILL |
Get command: | glGetIntegerv |
Description: | Polygon stipple enable |
Attribute group: | polygon/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Polygon stipple pattern |
Attribute group: | polygon-stipple |
Initial value: | 1's |
Get command: | glGetPolygonStipple |