Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Extension Support
glGetEXTMultiDrawArrays :: MonadIO m => m Bool Source #
Is the EXT_multi_draw_arrays extension supported?
gl_EXT_multi_draw_arrays :: Bool Source #
Is the EXT_multi_draw_arrays extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTMultiDrawArrays
in those cases instead.
Functions
:: MonadIO m | |
=> GLenum |
|
-> Ptr GLint |
|
-> Ptr GLsizei |
|
-> GLsizei |
|
-> m () |
This command is an alias for glMultiDrawArrays
.
glMultiDrawElementsEXT Source #
:: MonadIO m | |
=> GLenum |
|
-> Ptr GLsizei |
|
-> GLenum |
|
-> Ptr (Ptr a) |
|
-> GLsizei |
|
-> m () |
This command is an alias for glMultiDrawElements
.