gl-0.7.3: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.PointSizeArray

Contents

Synopsis

Extension Support

gl_OES_point_size_array :: Bool Source

Checks that the GL_OES_point_size_array extension is available.

GL_OES_point_size_array

glPointSizePointerOES :: MonadIO m => GLenum -> GLsizei -> Ptr () -> m () Source

Usage: glPointSizePointerOES type stride pointer

The length of pointer should be COMPSIZE(type,stride).

pattern GL_POINT_SIZE_ARRAY_OES :: (Num a, Eq a) => a Source

pattern GL_POINT_SIZE_ARRAY_TYPE_OES :: (Num a, Eq a) => a Source