{-# LANGUAGE PatternSynonyms #-}
module Graphics.GL.AMD.FramebufferSamplePositions (
glGetAMDFramebufferSamplePositions,
gl_AMD_framebuffer_sample_positions,
pattern GL_ALL_PIXELS_AMD,
pattern GL_PIXELS_PER_SAMPLE_PATTERN_X_AMD,
pattern GL_PIXELS_PER_SAMPLE_PATTERN_Y_AMD,
pattern GL_SUBSAMPLE_DISTANCE_AMD,
glFramebufferSamplePositionsfvAMD,
glGetFramebufferParameterfvAMD,
glGetNamedFramebufferParameterfvAMD,
glNamedFramebufferSamplePositionsfvAMD
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions