gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.EXT.TextureArray

Synopsis

Extension Support

gl_EXT_texture_array :: Bool Source #

Checks that the GL_EXT_texture_array extension is available.

GL_EXT_texture_array

glFramebufferTextureLayerEXT :: MonadIO m => GLenum -> GLenum -> GLuint -> GLint -> GLint -> m () Source #

Usage: glFramebufferTextureLayerEXT target attachment texture level layer

The parameter target is a FramebufferTarget.

The parameter attachment is a FramebufferAttachment.

The parameter texture is a Texture.

The parameter level is a CheckedInt32.

The parameter layer is a CheckedInt32.

This command is an alias for glFramebufferTextureLayer.

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

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