-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.CompressedETC1RGB8SubTexture (
  -- * Extension Support
    gl_OES_compressed_ETC1_RGB8_sub_texture
) where

import Data.Set
import Graphics.GL.Internal.Proc

-- | Checks that the GL_OES_compressed_ETC1_RGB8_sub_texture extension is available.

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 #-}