{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.TextureBufferObjectRgb32 (
gl_ARB_texture_buffer_object_rgb32
, pattern GL_RGB32F
, pattern GL_RGB32I
, pattern GL_RGB32UI
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_texture_buffer_object_rgb32 :: Bool
gl_ARB_texture_buffer_object_rgb32 :: Bool
gl_ARB_texture_buffer_object_rgb32 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_texture_buffer_object_rgb32" Set String
extensions
{-# NOINLINE gl_ARB_texture_buffer_object_rgb32 #-}