-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.UniformBufferUnifiedMemory -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/NV/uniform_buffer_unified_memory.txt NV_uniform_buffer_unified_memory> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.NV.UniformBufferUnifiedMemory ( -- * Enums gl_UNIFORM_BUFFER_ADDRESS_NV, gl_UNIFORM_BUFFER_LENGTH_NV, gl_UNIFORM_BUFFER_UNIFIED_NV ) where import Graphics.Rendering.OpenGL.Raw.Tokens