-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.TextureBufferObjectRgb32 ( -- * Extension Support gl_ARB_texture_buffer_object_rgb32 -- * GL_ARB_texture_buffer_object_rgb32 , pattern GL_RGB32F , pattern GL_RGB32I , pattern GL_RGB32UI ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the extension is available. gl_ARB_texture_buffer_object_rgb32 :: Bool gl_ARB_texture_buffer_object_rgb32 = member "GL_ARB_texture_buffer_object_rgb32" extensions {-# NOINLINE gl_ARB_texture_buffer_object_rgb32 #-}