Safe Haskell | None |
---|---|
Language | Haskell2010 |
- gl_OES_query_matrix :: Bool
- glQueryMatrixxOES :: MonadIO m => Ptr GLfixed -> Ptr GLint -> m GLbitfield
Extension Support
gl_OES_query_matrix :: Bool Source #
Checks that the GL_OES_query_matrix extension is available.
GL_OES_query_matrix
glQueryMatrixxOES :: MonadIO m => Ptr GLfixed -> Ptr GLint -> m GLbitfield Source #
Usage: glQueryMatrixxOES
mantissa exponent
The length of mantissa
should be 16
.
The length of exponent
should be 16
.