Rasterization State Variables

  • GL_POINT_SIZE

    Description: Point size
    Attribute group: point
    Initial value: 1.0
    Get command: glGetFloatv
  • GL_POINT_SMOOTH

    Description: Point aliasing on
    Attribute group: point/enable
    Initial value: GL_FALSE
    Get command: glIsEnabled
  • GL_LINE_WIDTH

    Description: Line width
    Attribute group: line
    Initial value: 1.0
    Get command: glGetFloatv
  • GL_LINE_SMOOTH

    Description: Line antialiasing on
    Attribute group: line/enable
    Initial value: GL_FALSE
    Get command: glIsEnabled
  • GL_LINE_STIPPLE_PATTERN

    Description: Line stipple
    Attribute group: line
    Initial value: 1's
    Get command: glGetIntegerv
  • GL_LINE_STIPPLE_REPEAT

    Description: Line stipple repeat
    Attribute group: line
    Initial value: 1
    Get command: glGetIntegerv
  • GL_LINE_STIPPLE

    Description: Line stipple enable
    Attribute group: line/enable
    Initial value: GL_FALSE
    Get command: glIsEnabled
  • GL_CULL_FACE

    Description: Polygon culling enabled
    Attribute group: polygon/enable
    Initial value: GL_FALSE
    Get command: glIsEnabled
  • GL_CULL_FACE_MODE

    Description: Cull front-/back-facing polygons
    Attribute group: polygon
    Initial value: GL_BACK
    Get command: glGetIntegerv
  • GL_FRONT_FACE

    Description: Polygon front-face CW/CCW indicator
    Attribute group: polygon
    Initial value: GL_CCW
    Get command: glGetIntegerv
  • GL_POLYGON_SMOOTH

    Description: Polygon antialiasing on
    Attribute group: polygon/enable
    Initial value: GL_FALSE
    Get command: glIsEnabled
  • GL_POLYGON_MODE

    Description: Polygon rasterization mode (front and back)
    Attribute group: polygon
    Initial value: GL_FILL
    Get command: glGetIntegerv
  • GL_POLYGON_STIPPLE

    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