{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.ShaderViewportLayerArray (
gl_ARB_shader_viewport_layer_array
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_ARB_shader_viewport_layer_array :: Bool
gl_ARB_shader_viewport_layer_array :: Bool
gl_ARB_shader_viewport_layer_array = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_shader_viewport_layer_array" Set [Char]
extensions
{-# NOINLINE gl_ARB_shader_viewport_layer_array #-}