OpenGLRaw-2.1.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.OcclusionQuery

Contents

Description

The NV_occlusion_query extension.

Synopsis

Enums

Functions

glDeleteOcclusionQueriesNV Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

ids pointing to n elements of type GLuint.

-> IO () 

glGenOcclusionQueriesNV Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

ids pointing to n elements of type GLuint.

-> IO () 

glGetOcclusionQueryivNV Source

Arguments

:: GLuint

id.

-> GLenum

pname of type OcclusionQueryParameterNameNV.

-> Ptr GLint

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

-> IO () 

glGetOcclusionQueryuivNV Source

Arguments

:: GLuint

id.

-> GLenum

pname of type OcclusionQueryParameterNameNV.

-> Ptr GLuint

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

-> IO () 

glIsOcclusionQueryNV Source

Arguments

:: GLuint

id.

-> IO GLboolean

of type Boolean.