Function glPointSize

  • glPointSize specifies the rasterized diameter of points. If point size mode is disabled (see glEnable with parameter GL_PROGRAM_POINT_SIZE), this value will be used to rasterize points. Otherwise, the value written to the shading language built-in variable gl_PointSize will be used.

    Parameters

    • size: number

      Specifies the diameter of rasterized points. The initial value is 1.

    Returns void

    Summary

    specify the diameter of rasterized points

    See

    glPointSize

Generated using TypeDoc