 | glGetSampleCoverage Method |
Get a boolean value indicating if the fragment coverage value should be ANDed with a temporary coverage value based on the current sample coverage value.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool GetSampleCoverage()
Public Shared Function GetSampleCoverage As Boolean
public:
static bool GetSampleCoverage()
static member GetSampleCoverage : unit -> bool
Return Value
Type:
BooleanThe coverage flag
Remarks
The initial value is False.
OpenGL API: glGetIntegerv(GL_SAMPLE_COVERAGE)
See Also