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

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

Graphics.GL.EXT.GPUProgramParameters

Contents

Description

 
Synopsis

Extension Support

gl_EXT_gpu_program_parameters :: Bool Source #

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

Functions

glProgramEnvParameters4fvEXT Source #

Arguments

:: MonadIO m 
=> GLenum

target of type ProgramTargetARB.

-> GLuint

index.

-> GLsizei

count.

-> Ptr GLfloat

params pointing to count*4 elements of type GLfloat.

-> m () 

glProgramLocalParameters4fvEXT Source #

Arguments

:: MonadIO m 
=> GLenum

target of type ProgramTargetARB.

-> GLuint

index.

-> GLsizei

count.

-> Ptr GLfloat

params pointing to count*4 elements of type GLfloat.

-> m ()