gl-0.1: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Raw.Profile.Standard15

Contents

Synopsis

Graphics.GL.Raw.Profile.Standard15

glBufferData :: MonadIO m => GLenum -> GLsizeiptr -> Ptr () -> GLenum -> m () Source

glMapBuffer :: MonadIO m => GLenum -> GLenum -> m (Ptr ()) Source