quicktex/quicktex/s3tc/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
203 B
Python
Raw Normal View History

2021-03-21 08:46:17 +00:00
"""
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.
"""
2021-04-08 06:21:54 +00:00
from _quicktex._s3tc import *