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

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

Graphics.GL.ARB.TextureView

Contents

Description

 

Synopsis

Extension Support

glGetARBTextureView :: MonadIO m => m Bool Source #

Is the ARB_texture_view extension supported?

gl_ARB_texture_view :: Bool Source #

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

Enums

Functions

glTextureView Source #

Arguments

:: MonadIO m 
=> GLuint

texture.

-> GLenum

target of type TextureTarget.

-> GLuint

origtexture.

-> GLenum

internalformat of type InternalFormat.

-> GLuint

minlevel.

-> GLuint

numlevels.

-> GLuint

minlayer.

-> GLuint

numlayers.

-> m () 

Manual page for OpenGL 4.x.