gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/NV/UniformBufferUnifiedMemory.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.UniformBufferUnifiedMemory (
-- * Extension Support
gl_NV_uniform_buffer_unified_memory
-- * GL_NV_uniform_buffer_unified_memory
, pattern GL_UNIFORM_BUFFER_ADDRESS_NV
, pattern GL_UNIFORM_BUFFER_LENGTH_NV
, pattern GL_UNIFORM_BUFFER_UNIFIED_NV
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_NV_uniform_buffer_unified_memory :: Bool
gl_NV_uniform_buffer_unified_memory = member "GL_NV_uniform_buffer_unified_memory" extensions
pattern GL_UNIFORM_BUFFER_ADDRESS_NV = 0x936F
pattern GL_UNIFORM_BUFFER_LENGTH_NV = 0x9370
pattern GL_UNIFORM_BUFFER_UNIFIED_NV = 0x936E