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

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

Graphics.GL.ARB.SampleLocations

Contents

Description

 

Synopsis

Extension Support

glGetARBSampleLocations :: MonadIO m => m Bool Source #

Is the ARB_sample_locations extension supported?

gl_ARB_sample_locations :: Bool Source #

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

Enums

Functions

glFramebufferSampleLocationsfvARB Source #

Arguments

:: MonadIO m 
=> GLenum

target.

-> GLuint

start.

-> GLsizei

count.

-> Ptr GLfloat

v.

-> m () 

glNamedFramebufferSampleLocationsfvARB Source #

Arguments

:: MonadIO m 
=> GLuint

framebuffer.

-> GLuint

start.

-> GLsizei

count.

-> Ptr GLfloat

v.

-> m ()