gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.PointSizeArray

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 :: (Eq a, Num a) => a Source #

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