gl-0.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Raw.Extension.OES.TextureStorageMultisample2dArray

Contents

Synopsis

Extension Support

gl_OES_texture_storage_multisample_2d_array :: Bool Source

Checks that the GL_OES_texture_storage_multisample_2d_array extension is available.

GL_OES_texture_storage_multisample_2d_array

glTexStorage3DMultisampleOES :: MonadIO m => GLenum -> GLsizei -> GLenum -> GLsizei -> GLsizei -> GLsizei -> GLboolean -> m () Source

Usage: glTexStorage3DMultisampleOES target samples internalformat width height depth fixedsamplelocations

The parameter fixedsamplelocations is a Boolean, one of: GL_FALSE, GL_TRUE.

This command is an alias for glTexStorage3DMultisample.