<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">'''Autogenerated by xml_generate script, do not edit!'''
from OpenGL import platform as _p, arrays
# Code generation uses this
from OpenGL.raw.GL import _types as _cs
# End users want this...
from OpenGL.raw.GL._types import *
from OpenGL.raw.GL import _errors
from OpenGL.constant import Constant as _C

import ctypes
_EXTENSION_NAME = 'GL_S3_s3tc'
def _f( function ):
    return _p.createFunction( function,_p.PLATFORM.GL,'GL_S3_s3tc',error_checker=_errors._error_checker)
GL_RGB4_S3TC=_C('GL_RGB4_S3TC',0x83A1)
GL_RGBA4_DXT5_S3TC=_C('GL_RGBA4_DXT5_S3TC',0x83A5)
GL_RGBA4_S3TC=_C('GL_RGBA4_S3TC',0x83A3)
GL_RGBA_DXT5_S3TC=_C('GL_RGBA_DXT5_S3TC',0x83A4)
GL_RGBA_S3TC=_C('GL_RGBA_S3TC',0x83A2)
GL_RGB_S3TC=_C('GL_RGB_S3TC',0x83A0)

</pre></body></html>