Click or drag to resize

glGetPolygonOffsetUnits Method

Gets the current polygon offset units.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static float GetPolygonOffsetUnits()

Return Value

Type: Single
The polygon offset units.
Remarks
OpenGL API: glGetFloatv(GL_POLYGON_OFFSET_UNITS)
See Also