 | glGetPolygonOffsetUnits Method |
Gets the current polygon offset units.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static float GetPolygonOffsetUnits()
Public Shared Function GetPolygonOffsetUnits As Single
public:
static float GetPolygonOffsetUnits()
static member GetPolygonOffsetUnits : unit -> float32
Return Value
Type:
SingleThe polygon offset units.
RemarksOpenGL API: glGetFloatv(GL_POLYGON_OFFSET_UNITS)
See Also