OpenGLRaw-2.2.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.ARB.ShadingLanguageInclude

Contents

Description

Synopsis

Enums

Functions

glCompileShaderIncludeARB Source

Arguments

:: GLuint

shader.

-> GLsizei

count.

-> Ptr (Ptr GLchar)

path pointing to count elements of type Ptr GLchar.

-> Ptr GLint

length pointing to count elements of type GLint.

-> IO () 

glDeleteNamedStringARB Source

Arguments

:: GLint

namelen.

-> Ptr GLchar

name pointing to namelen elements of type GLchar.

-> IO () 

glGetNamedStringARB Source

Arguments

:: GLint

namelen.

-> Ptr GLchar

name pointing to namelen elements of type GLchar.

-> GLsizei

bufSize.

-> Ptr GLint

stringlen pointing to 1 elements of type GLint.

-> Ptr GLchar

string pointing to bufSize elements of type GLchar.

-> IO () 

glGetNamedStringivARB Source

Arguments

:: GLint

namelen.

-> Ptr GLchar

name pointing to namelen elements of type GLchar.

-> GLenum

pname.

-> Ptr GLint

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

-> IO () 

glIsNamedStringARB Source

Arguments

:: GLint

namelen.

-> Ptr GLchar

name pointing to namelen elements of type GLchar.

-> IO GLboolean

of type Boolean.

glNamedStringARB Source

Arguments

:: GLenum

type.

-> GLint

namelen.

-> Ptr GLchar

name pointing to namelen elements of type GLchar.

-> GLint

stringlen.

-> Ptr GLchar

string pointing to stringlen elements of type GLchar.

-> IO ()