OpenGLRaw-3.3.0.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2018
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.NV.ShaderBufferLoad

Contents

Description

 

Synopsis

Extension Support

glGetNVShaderBufferLoad :: MonadIO m => m Bool Source #

Is the NV_shader_buffer_load extension supported?

gl_NV_shader_buffer_load :: Bool Source #

Is the NV_shader_buffer_load extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetNVShaderBufferLoad in those cases instead.

Enums

Functions

glGetBufferParameterui64vNV Source #

Arguments

:: MonadIO m 
=> GLenum

target of type BufferTargetARB.

-> GLenum

pname.

-> Ptr GLuint64EXT

params pointing to COMPSIZE(pname) elements of type GLuint64EXT.

-> m () 

glGetIntegerui64vNV Source #

Arguments

:: MonadIO m 
=> GLenum

value.

-> Ptr GLuint64EXT

result pointing to COMPSIZE(value) elements of type GLuint64EXT.

-> m () 

glGetNamedBufferParameterui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

buffer.

-> GLenum

pname of type VertexBufferObjectParameter.

-> Ptr GLuint64EXT

params pointing to COMPSIZE(pname) elements of type GLuint64EXT.

-> m () 

glGetUniformui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> Ptr GLuint64EXT

params pointing to COMPSIZE(program,location) elements of type GLuint64EXT.

-> m () 

glIsBufferResidentNV Source #

Arguments

:: MonadIO m 
=> GLenum

target.

-> m GLboolean

of type Boolean.

glIsNamedBufferResidentNV Source #

Arguments

:: MonadIO m 
=> GLuint

buffer.

-> m GLboolean

of type Boolean.

glMakeBufferNonResidentNV Source #

Arguments

:: MonadIO m 
=> GLenum

target.

-> m () 

glMakeBufferResidentNV Source #

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLenum

access.

-> m () 

glMakeNamedBufferNonResidentNV Source #

Arguments

:: MonadIO m 
=> GLuint

buffer.

-> m () 

glMakeNamedBufferResidentNV Source #

Arguments

:: MonadIO m 
=> GLuint

buffer.

-> GLenum

access.

-> m () 

glProgramUniformui64NV Source #

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLuint64EXT

value.

-> m () 

glProgramUniformui64vNV Source #

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count elements of type GLuint64EXT.

-> m () 

glUniformui64NV Source #

Arguments

:: MonadIO m 
=> GLint

location.

-> GLuint64EXT

value.

-> m () 

glUniformui64vNV Source #

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*1 elements of type GLuint64EXT.

-> m ()