{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.EnhancedLayouts (
gl_ARB_enhanced_layouts
, pattern GL_LOCATION_COMPONENT
, pattern GL_TRANSFORM_FEEDBACK_BUFFER
, pattern GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
, pattern GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_enhanced_layouts :: Bool
gl_ARB_enhanced_layouts :: Bool
gl_ARB_enhanced_layouts = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_enhanced_layouts" Set String
extensions
{-# NOINLINE gl_ARB_enhanced_layouts #-}