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.ExplicitMultisample

Contents

Description

Synopsis

Enums

Functions

glGetMultisamplefvNV Source

Arguments

:: GLenum

pname of type GetMultisamplePNameNV.

-> GLuint

index.

-> Ptr GLfloat

val pointing to 2 elements of type GLfloat.

-> IO () 

glSampleMaskIndexedNV Source

Arguments

:: GLuint

index.

-> GLbitfield

mask of type SampleMaskNV.

-> IO () 

glTexRenderbufferNV Source

Arguments

:: GLenum

target of type TextureTarget.

-> GLuint

renderbuffer.

-> IO ()