-- 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 = member "GL_OES_compressed_ETC1_RGB8_sub_texture" extensions {-# NOINLINE gl_OES_compressed_ETC1_RGB8_sub_texture #-}