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

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

Graphics.Rendering.OpenGL.Raw.AMD.GPUShaderInt64

Contents

Description

The AMD_gpu_shader_int64 extension.

Synopsis

Enums

Functions

glGetUniformi64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> Ptr GLint64EXT

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

-> m () 

glGetUniformui64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> Ptr GLuint64EXT

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

-> m () 

glProgramUniform1i64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLint64EXT

x.

-> m () 

glProgramUniform1i64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count elements of type GLint64EXT.

-> m () 

glProgramUniform1ui64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLuint64EXT

x.

-> m () 

glProgramUniform1ui64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count elements of type GLuint64EXT.

-> m () 

glProgramUniform2i64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> m () 

glProgramUniform2i64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*2 elements of type GLint64EXT.

-> m () 

glProgramUniform2ui64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> m () 

glProgramUniform2ui64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*2 elements of type GLuint64EXT.

-> m () 

glProgramUniform3i64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> GLint64EXT

z.

-> m () 

glProgramUniform3i64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*3 elements of type GLint64EXT.

-> m () 

glProgramUniform3ui64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> GLuint64EXT

z.

-> m () 

glProgramUniform3ui64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*3 elements of type GLuint64EXT.

-> m () 

glProgramUniform4i64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> GLint64EXT

z.

-> GLint64EXT

w.

-> m () 

glProgramUniform4i64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*4 elements of type GLint64EXT.

-> m () 

glProgramUniform4ui64NV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> GLuint64EXT

z.

-> GLuint64EXT

w.

-> m () 

glProgramUniform4ui64vNV Source

Arguments

:: MonadIO m 
=> GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*4 elements of type GLuint64EXT.

-> m () 

glUniform1i64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLint64EXT

x.

-> m () 

glUniform1i64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*1 elements of type GLint64EXT.

-> m () 

glUniform1ui64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLuint64EXT

x.

-> m () 

glUniform1ui64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*1 elements of type GLuint64EXT.

-> m () 

glUniform2i64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> m () 

glUniform2i64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*2 elements of type GLint64EXT.

-> m () 

glUniform2ui64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> m () 

glUniform2ui64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*2 elements of type GLuint64EXT.

-> m () 

glUniform3i64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> GLint64EXT

z.

-> m () 

glUniform3i64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*3 elements of type GLint64EXT.

-> m () 

glUniform3ui64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> GLuint64EXT

z.

-> m () 

glUniform3ui64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*3 elements of type GLuint64EXT.

-> m () 

glUniform4i64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLint64EXT

x.

-> GLint64EXT

y.

-> GLint64EXT

z.

-> GLint64EXT

w.

-> m () 

glUniform4i64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLint64EXT

value pointing to count*4 elements of type GLint64EXT.

-> m () 

glUniform4ui64NV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLuint64EXT

x.

-> GLuint64EXT

y.

-> GLuint64EXT

z.

-> GLuint64EXT

w.

-> m () 

glUniform4ui64vNV Source

Arguments

:: MonadIO m 
=> GLint

location.

-> GLsizei

count.

-> Ptr GLuint64EXT

value pointing to count*4 elements of type GLuint64EXT.

-> m ()