godot/modules/basis_universal
reduz 45f74ceb85 Add PortableCompressedTexture
* Resource that allows saving textures embedded in scenes or standalone.
* Supports only formats that are portable: Lossy, Lossles or BasisUniversal

This is something I wanted to add for a long time. I made it now because @fire
requires it for importing GLTF2 files with embedded textures, but also this
will allow saving Godot scenes as standalone binary files that will run
in all platforms (because textures will load everywhere).

This is ideal when you want to distribute individual standalone assets online
in games that can be built from Godot scenes.
2022-03-30 10:39:41 +02:00
..
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
register_types.cpp Add PortableCompressedTexture 2022-03-30 10:39:41 +02:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub basisu_uastc_enc.cpp was included twice in encoder_sources 2022-03-28 19:34:03 +02:00