OpenGLRaw-3.2.6.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.NV.SampleLocations

Contents

Description

 

Synopsis

Extension Support

glGetNVSampleLocations :: MonadIO m => m Bool Source #

Is the NV_sample_locations extension supported?

gl_NV_sample_locations :: Bool Source #

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

Enums

Functions

glFramebufferSampleLocationsfvNV Source #

Arguments

:: MonadIO m 
=> GLenum

target of type FramebufferTarget.

-> GLuint

start.

-> GLsizei

count.

-> Ptr GLfloat

v.

-> m () 

glNamedFramebufferSampleLocationsfvNV Source #

Arguments

:: MonadIO m 
=> GLuint

framebuffer.

-> GLuint

start.

-> GLsizei

count.

-> Ptr GLfloat

v.

-> m ()