OpenGLRaw-2.5.2.1: src/Graphics/Rendering/OpenGL/Raw/INTEL/FramebufferCmaa.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.INTEL.FramebufferCmaa
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/INTEL/framebuffer_CMAA.txt INTEL_framebuffer_CMAA> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.INTEL.FramebufferCmaa (
-- * Functions
glApplyFramebufferAttachmentCMAAINTEL
) where
import Graphics.Rendering.OpenGL.Raw.Functions