Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.ARB.TimerQuery
Description
All raw functions, tokens and types from the ARB_timer_query, see http://www.opengl.org/registry/specs/ARB/timer_query.txt.
- glQueryCounter :: GLuint -> GLenum -> IO ()
- glGetQueryObjecti64v :: GLuint -> GLenum -> Ptr GLint64 -> IO ()
- glGetQueryObjectui64v :: GLuint -> GLenum -> Ptr GLuint64 -> IO ()
- gl_TIME_ELAPSED :: GLenum
- gl_TIMESTAMP :: GLenum
Functions
Manual pages for OpenGL 3.x or OpenGL 4.x
Arguments
:: GLuint |
|
-> GLenum |
|
-> Ptr GLint64 |
|
-> IO () |
Manual pages for OpenGL 3.x or OpenGL 4.x
Arguments
:: GLuint |
|
-> GLenum |
|
-> Ptr GLuint64 |
|
-> IO () |
Manual pages for OpenGL 3.x or OpenGL 4.x