Click or drag to resize

glGetSampleAlphaToCoverage Method

Get a boolean value indicating if the fragment coverage value should be ANDed with a temporary coverage value based on the fragment's alpha value.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool GetSampleAlphaToCoverage()

Return Value

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

OpenGL API: glGetIntegerv(GL_SAMPLE_ALPHA_TO_COVERAGE)

See Also