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