module Graphics.GL.OES.CompressedPalettedTexture (
glGetOESCompressedPalettedTexture,
gl_OES_compressed_paletted_texture,
pattern GL_PALETTE4_R5_G6_B5_OES,
pattern GL_PALETTE4_RGB5_A1_OES,
pattern GL_PALETTE4_RGB8_OES,
pattern GL_PALETTE4_RGBA4_OES,
pattern GL_PALETTE4_RGBA8_OES,
pattern GL_PALETTE8_R5_G6_B5_OES,
pattern GL_PALETTE8_RGB5_A1_OES,
pattern GL_PALETTE8_RGB8_OES,
pattern GL_PALETTE8_RGBA4_OES,
pattern GL_PALETTE8_RGBA8_OES
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens