gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/ARB/SamplerObjects.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ARB.SamplerObjects (
-- * Extension Support
gl_ARB_sampler_objects
-- * GL_ARB_sampler_objects
, glBindSampler
, glDeleteSamplers
, glGenSamplers
, glGetSamplerParameterIiv
, glGetSamplerParameterIuiv
, glGetSamplerParameterfv
, glGetSamplerParameteriv
, glIsSampler
, glSamplerParameterIiv
, glSamplerParameterIuiv
, glSamplerParameterf
, glSamplerParameterfv
, glSamplerParameteri
, glSamplerParameteriv
, pattern GL_SAMPLER_BINDING
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
gl_ARB_sampler_objects :: Bool
gl_ARB_sampler_objects = member "GL_ARB_sampler_objects" extensions