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.SGIX.Instruments
Contents
Description
- glGetSGIXInstruments :: MonadIO m => m Bool
- gl_SGIX_instruments :: Bool
- gl_INSTRUMENT_BUFFER_POINTER_SGIX :: GLenum
- gl_INSTRUMENT_MEASUREMENTS_SGIX :: GLenum
- glGetInstrumentsSGIX :: MonadIO m => m GLint
- glInstrumentsBufferSGIX :: MonadIO m => GLsizei -> Ptr GLint -> m ()
- glPollInstrumentsSGIX :: MonadIO m => Ptr GLint -> m GLint
- glReadInstrumentsSGIX :: MonadIO m => GLint -> m ()
- glStartInstrumentsSGIX :: MonadIO m => m ()
- glStopInstrumentsSGIX :: MonadIO m => GLint -> m ()
Extension Support
glGetSGIXInstruments :: MonadIO m => m Bool Source
Is the SGIX_instruments extension supported?
gl_SGIX_instruments :: Bool Source
Is the SGIX_instruments extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGIXInstruments
in those cases instead.
Enums
Functions
glGetInstrumentsSGIX :: MonadIO m => m GLint Source
glStartInstrumentsSGIX :: MonadIO m => m () Source