Click or drag to resize

glGetPolygonOffsetFactor Method

Gets the current polygon offset factor.

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

Return Value

Type: Single
The polygon offset factor.
Remarks
OpenGL API: glGetFloatv(GL_POLYGON_OFFSET_FACTOR)
See Also