gl-0.7.2: 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 :: () => (Eq a, Num a) => a Source

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

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

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