Show / Hide Table of Contents

Enum QueryTarget

Not used directly.

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

TransformFeedbackPrimitivesWritten

Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88

In This Article
Back to top Generated by DocFX