| Copyright | (c) Sven Panne 2015 |
|---|---|
| License | BSD3 |
| Maintainer | Sven Panne <svenpanne@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.NV.ShaderBufferLoad
Description
The NV_shader_buffer_load extension.
- gl_BUFFER_GPU_ADDRESS_NV :: GLenum
- gl_GPU_ADDRESS_NV :: GLenum
- gl_MAX_SHADER_BUFFER_ADDRESS_NV :: GLenum
- glGetBufferParameterui64vNV :: GLenum -> GLenum -> Ptr GLuint64EXT -> IO ()
- glGetIntegerui64vNV :: GLenum -> Ptr GLuint64EXT -> IO ()
- glGetNamedBufferParameterui64vNV :: GLuint -> GLenum -> Ptr GLuint64EXT -> IO ()
- glGetUniformui64vNV :: GLuint -> GLint -> Ptr GLuint64EXT -> IO ()
- glIsBufferResidentNV :: GLenum -> IO GLboolean
- glIsNamedBufferResidentNV :: GLuint -> IO GLboolean
- glMakeBufferNonResidentNV :: GLenum -> IO ()
- glMakeBufferResidentNV :: GLenum -> GLenum -> IO ()
- glMakeNamedBufferNonResidentNV :: GLuint -> IO ()
- glMakeNamedBufferResidentNV :: GLuint -> GLenum -> IO ()
- glProgramUniformui64NV :: GLuint -> GLint -> GLuint64EXT -> IO ()
- glProgramUniformui64vNV :: GLuint -> GLint -> GLsizei -> Ptr GLuint64EXT -> IO ()
- glUniformui64NV :: GLint -> GLuint64EXT -> IO ()
- glUniformui64vNV :: GLint -> GLsizei -> Ptr GLuint64EXT -> IO ()
Enums
Functions
glGetBufferParameterui64vNV Source
Arguments
| :: GLenum |
|
| -> GLenum |
|
| -> Ptr GLuint64EXT |
|
| -> IO () |
Arguments
| :: GLenum |
|
| -> Ptr GLuint64EXT |
|
| -> IO () |
glGetNamedBufferParameterui64vNV Source
Arguments
| :: GLuint |
|
| -> GLenum |
|
| -> Ptr GLuint64EXT |
|
| -> IO () |
Arguments
| :: GLuint |
|
| -> GLint |
|
| -> Ptr GLuint64EXT |
|
| -> IO () |
Arguments
| :: GLuint |
|
| -> GLint |
|
| -> GLuint64EXT |
|
| -> IO () |
Arguments
| :: GLint |
|
| -> GLuint64EXT |
|
| -> IO () |
Arguments
| :: GLint |
|
| -> GLsizei |
|
| -> Ptr GLuint64EXT |
|
| -> IO () |