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

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

Graphics.Rendering.OpenGL.Raw.INTEL.MapTexture

Contents

Description

The INTEL_map_texture extension.

Synopsis

Enums

Functions

glMapTexture2DINTEL Source

Arguments

:: MonadIO m 
=> GLuint

texture.

-> GLint

level.

-> GLbitfield

access.

-> Ptr GLint

stride pointing to 1 element of type GLint.

-> Ptr GLenum

layout pointing to 1 element of type GLenum.

-> m (Ptr a) 

glSyncTextureINTEL Source

Arguments

:: MonadIO m 
=> GLuint

texture.

-> m () 

glUnmapTexture2DINTEL Source

Arguments

:: MonadIO m 
=> GLuint

texture.

-> GLint

level.

-> m ()