Enum ArbOcclusionQuery
Used in GL.Arb.BeginQuery
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum ArbOcclusionQuery
Fields
Name | Description |
---|---|
CurrentQueryArb | Original was GL_CURRENT_QUERY_ARB = 0x8865 |
QueryCounterBitsArb | Original was GL_QUERY_COUNTER_BITS_ARB = 0x8864 |
QueryResultArb | Original was GL_QUERY_RESULT_ARB = 0x8866 |
QueryResultAvailableArb | Original was GL_QUERY_RESULT_AVAILABLE_ARB = 0x8867 |
SamplesPassedArb | Original was GL_SAMPLES_PASSED_ARB = 0x8914 |