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.EXT.EglImageStorage

Contents

Description

 

Synopsis

Extension Support

glGetEXTEglImageStorage :: MonadIO m => m Bool Source #

Is the EXT_EGL_image_storage extension supported?

gl_EXT_EGL_image_storage :: Bool Source #

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

Types

Functions

glEGLImageTargetTexStorageEXT Source #

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLeglImageOES

image.

-> Ptr GLint

attrib_list.

-> m () 

glEGLImageTargetTextureStorageEXT Source #

Arguments

:: MonadIO m 
=> GLuint

texture.

-> GLeglImageOES

image.

-> Ptr GLint

attrib_list.

-> m ()