module Graphics.GL.ARB.SampleLocations (
  
  glGetARBSampleLocations,
  gl_ARB_sample_locations,
  
  pattern GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB,
  pattern GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB,
  pattern GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB,
  pattern GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB,
  pattern GL_SAMPLE_LOCATION_ARB,
  pattern GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB,
  pattern GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB,
  pattern GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB,
  
  glEvaluateDepthValuesARB,
  glFramebufferSampleLocationsfvARB,
  glNamedFramebufferSampleLocationsfvARB
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions