Safe Haskell | None |
---|---|
Language | Haskell2010 |
- gl_AMD_sample_positions :: Bool
- glSetMultisamplefvAMD :: MonadIO m => GLenum -> GLuint -> Ptr GLfloat -> m ()
- pattern GL_SUBSAMPLE_DISTANCE_AMD :: forall a. (Num a, Eq a) => a
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 #