Enum TypeEnum
Used in GL.NV.BeginConditionalRender, GL.NV.GetFloat and 1 other function
Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum TypeEnum
Fields
| Name | Description |
|---|---|
| QueryByRegionNoWait | Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 |
| QueryByRegionWait | Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 |
| QueryNoWait | Original was GL_QUERY_NO_WAIT = 0x8E14 |
| QueryWait | Original was GL_QUERY_WAIT = 0x8E13 |