module Graphics.GL.Ext.NV.UniformBufferUnifiedMemory (
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.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