Show / Hide Table of Contents

Enum QueryTarget

Used in GL.Amd.QueryObjectParameter, GL.Arb.EndQuery and 8 other functions

Namespace: OpenTK.Graphics.OpenGL
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

In This Article
Back to top Generated by DocFX