quicktex/quicktex/s3tc/__init__.py
2021-04-07 23:21:54 -07:00

6 lines
203 B
Python

"""
The s3tc module provides encoders and decoders for the common S3 Texture Compression formats. BC1-5 encoding is done
internally using a modified version of rgbcx.h.
"""
from _quicktex._s3tc import *