-- 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 import Graphics.GL.Raw.Types 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 :: GLenum pattern GL_UNIFORM_BUFFER_LENGTH_NV = 0x9370 :: GLenum pattern GL_UNIFORM_BUFFER_UNIFIED_NV = 0x936E :: GLenum