 | glGetSampleCoverageValue Method |
Get the current sample coverage value.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static float GetSampleCoverageValue()
Public Shared Function GetSampleCoverageValue As Single
public:
static float GetSampleCoverageValue()
static member GetSampleCoverageValue : unit -> float32
Return Value
Type:
SingleThe current sample coverage value.
RemarksOpenGL API: glGetFloatv(GL_SAMPLE_COVERAGE_VALUE)
See Also