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

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

Graphics.GL.AMD.FramebufferSamplePositions

Contents

Description

 

Synopsis

Extension Support

gl_AMD_framebuffer_sample_positions :: Bool Source #

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

Enums

Functions

glFramebufferSamplePositionsfvAMD Source #

Arguments

:: MonadIO m 
=> GLenum

target of type FramebufferTarget.

-> GLuint

numsamples.

-> GLuint

pixelindex.

-> Ptr GLfloat

values.

-> m () 

glGetFramebufferParameterfvAMD Source #

Arguments

:: MonadIO m 
=> GLenum

target of type FramebufferTarget.

-> GLenum

pname of type FramebufferAttachmentParameterName.

-> GLuint

numsamples.

-> GLuint

pixelindex.

-> GLsizei

size.

-> Ptr GLfloat

values.

-> m () 

glGetNamedFramebufferParameterfvAMD Source #

Arguments

:: MonadIO m 
=> GLuint

framebuffer.

-> GLenum

pname.

-> GLuint

numsamples.

-> GLuint

pixelindex.

-> GLsizei

size.

-> Ptr GLfloat

values.

-> m () 

glNamedFramebufferSamplePositionsfvAMD Source #

Arguments

:: MonadIO m 
=> GLuint

framebuffer.

-> GLuint

numsamples.

-> GLuint

pixelindex.

-> Ptr GLfloat

values.

-> m ()