Skip to content

Commit

Permalink
Added missing new file.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Aug 15, 2018
1 parent d773a33 commit cc3396b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Graphics/GL/AMD/FramebufferMultisampleAdvanced.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.AMD.FramebufferMultisampleAdvanced
-- Copyright : (c) Sven Panne 2018
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------

module Graphics.GL.AMD.FramebufferMultisampleAdvanced (
-- * Extension Support
glGetAMDFramebufferMultisampleAdvanced,
gl_AMD_framebuffer_multisample_advanced,
-- * Enums
pattern GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD,
pattern GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD,
pattern GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD,
pattern GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD,
pattern GL_RENDERBUFFER_STORAGE_SAMPLES_AMD,
pattern GL_SUPPORTED_MULTISAMPLE_MODES_AMD,
-- * Functions
glNamedRenderbufferStorageMultisampleAdvancedAMD,
glRenderbufferStorageMultisampleAdvancedAMD
) where

import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions

0 comments on commit cc3396b

Please sign in to comment.