gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/DMP/ShaderBinary.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.DMP.ShaderBinary (
-- * Extension Support
gl_DMP_shader_binary
-- * GL_DMP_shader_binary
, pattern GL_SHADER_BINARY_DMP
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_DMP_shader_binary :: Bool
gl_DMP_shader_binary = member "GL_DMP_shader_binary" extensions
pattern GL_SHADER_BINARY_DMP = 0x9250 :: GLenum