gl-0.6: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.BlendSubtract

Contents

Synopsis

Extension Support

gl_OES_blend_subtract :: Bool Source

Checks that the GL_OES_blend_subtract extension is available.

GL_OES_blend_subtract

pattern GL_BLEND_EQUATION_OES :: (Num a, Eq a) => a Source

pattern GL_FUNC_ADD_OES :: (Num a, Eq a) => a Source

pattern GL_FUNC_REVERSE_SUBTRACT_OES :: (Num a, Eq a) => a Source

pattern GL_FUNC_SUBTRACT_OES :: (Num a, Eq a) => a Source