Enum QueryTarget
Used in GL.BeginQuery, GL.BeginQueryIndexed and 5 other functions
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum QueryTarget
Fields
| Name | Description |
|---|---|
| AnySamplesPassed | Original was GL_ANY_SAMPLES_PASSED = 0x8C2F |
| AnySamplesPassedConservative | Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A |
| PrimitivesGenerated | Original was GL_PRIMITIVES_GENERATED = 0x8C87 |
| SamplesPassed | Original was GL_SAMPLES_PASSED = 0x8914 |
| TimeElapsed | Original was GL_TIME_ELAPSED = 0x88BF |
| Timestamp | Original was GL_TIMESTAMP = 0x8E28 |
| TransformFeedbackPrimitivesWritten | Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 |