{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.ShaderTextureImageSamples (
gl_ARB_shader_texture_image_samples
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_ARB_shader_texture_image_samples :: Bool
gl_ARB_shader_texture_image_samples :: Bool
gl_ARB_shader_texture_image_samples = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_shader_texture_image_samples" Set String
extensions
{-# NOINLINE gl_ARB_shader_texture_image_samples #-}