OpenGLRaw-2.6.1.1: 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.NV.GPUProgram5

Contents

Description

 

Synopsis

Extension Support

glGetNVGPUProgram5 :: MonadIO m => m Bool Source

Is the NV_gpu_program5 extension supported?

gl_NV_gpu_program5 :: Bool Source

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

Enums

Functions

glGetProgramSubroutineParameteruivNV Source

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLuint

index.

-> Ptr GLuint

param pointing to COMPSIZE(target) elements of type GLuint.

-> m () 

glProgramSubroutineParametersuivNV Source

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLsizei

count.

-> Ptr GLuint

params pointing to count elements of type GLuint.

-> m ()