Rasterization State Variables

GL\_POINT\_SIZE
Property Value
Description: Point size
Attribute group: point
Initial value: 1.0
Get command: glGetFloatv

 

GL\_POINT\_SMOOTH
Property Value
Description: Point aliasing on
Attribute group: point/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_LINE\_WIDTH
Property Value
Description: Line width
Attribute group: line
Initial value: 1.0
Get command: glGetFloatv

 

GL\_LINE\_SMOOTH
Property Value
Description: Line antialiasing on
Attribute group: line/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_LINE\_STIPPLE\_PATTERN
Property Value
Description: Line stipple
Attribute group: line
Initial value: 1's
Get command: glGetIntegerv

 

GL\_LINE\_STIPPLE\_REPEAT
Property Value
Description: Line stipple repeat
Attribute group: line
Initial value: 1
Get command: glGetIntegerv

 

GL\_LINE\_STIPPLE
Property Value
Description: Line stipple enable
Attribute group: line/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_CULL\_FACE
Property Value
Description: Polygon culling enabled
Attribute group: polygon/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_CULL\_FACE\_MODE
Property Value
Description: Cull front-facing/back-facing polygons
Attribute group: polygon
Initial value: GL_BACK
Get command: glGetIntegerv

 

GL\_FRONT\_FACE
Property Value
Description: Polygon front-face CW/CCW indicator
Attribute group: polygon
Initial value: GL_CCW
Get command: glGetIntegerv

 

GL\_POLYGON\_SMOOTH
Property Value
Description: Polygon antialiasing on
Attribute group: polygon/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_POLYGON\_MODE
Property Value
Description: Polygon rasterization mode (front and back)
Attribute group: polygon
Initial value: GL_FILL
Get command: glGetIntegerv

 

GL\_POLYGON\_STIPPLE
Property Value
Description: Polygon stipple enable
Attribute group: polygon/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

Property Value
Description: Polygon stipple pattern
Attribute group: polygon-stipple
Initial value: 1's
Get command: glGetPolygonStipple