gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.DepthTexture

Synopsis

Extension Support

gl_OES_depth_texture :: Bool Source #

Checks that the GL_OES_depth_texture extension is available.

GL_OES_depth_texture

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

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

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