Click or drag to resize

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)
Syntax
public static bool GetSampleCoverage()

Return Value

Type: Boolean
The coverage flag
Remarks
The initial value is False.

OpenGL API: glGetIntegerv(GL_SAMPLE_COVERAGE)

See Also