 | 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)
Syntaxpublic static bool GetSampleAlphaToCoverage()
Public Shared Function GetSampleAlphaToCoverage As Boolean
public:
static bool GetSampleAlphaToCoverage()
static member GetSampleAlphaToCoverage : unit -> bool
Return Value
Type:
BooleanThe coverage flag
Remarks
The initial value is False.
OpenGL API: glGetIntegerv(GL_SAMPLE_ALPHA_TO_COVERAGE)
See Also