{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.CompressedETC1RGB8SubTexture (
gl_OES_compressed_ETC1_RGB8_sub_texture
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_compressed_ETC1_RGB8_sub_texture :: Bool
gl_OES_compressed_ETC1_RGB8_sub_texture :: Bool
gl_OES_compressed_ETC1_RGB8_sub_texture = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_compressed_ETC1_RGB8_sub_texture" Set [Char]
extensions
{-# NOINLINE gl_OES_compressed_ETC1_RGB8_sub_texture #-}