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

Contents

Description

The NV_gpu_program5 extension.

Synopsis

Enums

Functions

glGetProgramSubroutineParameteruivNV Source

Arguments

:: GLenum

target.

-> GLuint

index.

-> Ptr GLuint

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

-> IO () 

glProgramSubroutineParametersuivNV Source

Arguments

:: GLenum

target.

-> GLsizei

count.

-> Ptr GLuint

params pointing to count elements of type GLuint.

-> IO ()