Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.APPLE.ObjectPurgeable
Description
The APPLE_object_purgeable extension.
- gl_BUFFER_OBJECT_APPLE :: GLenum
- gl_PURGEABLE_APPLE :: GLenum
- gl_RELEASED_APPLE :: GLenum
- gl_RETAINED_APPLE :: GLenum
- gl_UNDEFINED_APPLE :: GLenum
- gl_VOLATILE_APPLE :: GLenum
- glGetObjectParameterivAPPLE :: GLenum -> GLuint -> GLenum -> Ptr GLint -> IO ()
- glObjectPurgeableAPPLE :: GLenum -> GLuint -> GLenum -> IO GLenum
- glObjectUnpurgeableAPPLE :: GLenum -> GLuint -> GLenum -> IO GLenum