Show / Hide Table of Contents

Enum GetQueryObjectParam

Used in GL.GetQueryObject

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum GetQueryObjectParam

Fields

Name Description
QueryResult

Original was GL_QUERY_RESULT = 0x8866

QueryResultAvailable

Original was GL_QUERY_RESULT_AVAILABLE = 0x8867

QueryResultNoWait

Original was GL_QUERY_RESULT_NO_WAIT = 0x9194

QueryTarget

Original was GL_QUERY_TARGET = 0x82EA

In This Article
Back to top Generated by DocFX