gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.AMD.SamplePositions

Contents

Synopsis

Extension Support

gl_AMD_sample_positions :: Bool Source #

Checks that the GL_AMD_sample_positions extension is available.

GL_AMD_sample_positions

glSetMultisamplefvAMD :: MonadIO m => GLenum -> GLuint -> Ptr GLfloat -> m () Source #

Usage: glSetMultisamplefvAMD pname index val

The length of val should be 2.

pattern GL_SUBSAMPLE_DISTANCE_AMD :: forall a. (Num a, Eq a) => a Source #