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.DrawInstanced
Contents
Description
All raw functions from the ARB_draw_instanced extension, see http://www.opengl.org/registry/specs/ARB/draw_instanced.txt.
Functions
Arguments
:: GLenum |
|
-> GLint |
|
-> GLsizei |
|
-> GLsizei |
|
-> IO () |
Manual pages for OpenGL 3.x or OpenGL 4.x
glDrawElementsInstanced Source
Arguments
:: GLenum |
|
-> GLsizei |
|
-> GLenum |
|
-> Ptr a |
|
-> GLsizei |
|
-> IO () |
Manual pages for OpenGL 3.x or OpenGL 4.x