OpenGLRaw-3.2.4.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2016
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.EXT.TextureArray

Contents

Description

 

Synopsis

Extension Support

glGetEXTTextureArray :: MonadIO m => m Bool Source #

Is the EXT_texture_array extension supported?

gl_EXT_texture_array :: Bool Source #

Is the EXT_texture_array extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetEXTTextureArray in those cases instead.

Enums

Functions

glFramebufferTextureLayerEXT Source #

Arguments

:: MonadIO m 
=> GLenum

target of type FramebufferTarget.

-> GLenum

attachment of type FramebufferAttachment.

-> GLuint

texture of type Texture.

-> GLint

level of type CheckedInt32.

-> GLint

layer of type CheckedInt32.

-> m () 

This command is an alias for glFramebufferTextureLayer.