Enum AppleObjectPurgeable
Used in GL.Apple.GetObjectParameter, GL.Apple.ObjectPurgeable and 1 other function
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum AppleObjectPurgeableFields
| Name | Description | 
|---|---|
| BufferObjectApple | Original was GL_BUFFER_OBJECT_APPLE = 0x85B3 | 
| PurgeableApple | Original was GL_PURGEABLE_APPLE = 0x8A1D | 
| ReleasedApple | Original was GL_RELEASED_APPLE = 0x8A19 | 
| RetainedApple | Original was GL_RETAINED_APPLE = 0x8A1B | 
| UndefinedApple | Original was GL_UNDEFINED_APPLE = 0x8A1C | 
| VolatileApple | Original was GL_VOLATILE_APPLE = 0x8A1A |