Pixelformats example mupltiple sources (#2889)

* Added texture conversion for pixelformat to runtime asset.

* pixelformats: Support multiple sources, cleanup
This commit is contained in:
Michał Cichoń
2022-08-23 21:51:00 +02:00
committed by GitHub
parent e9e9605304
commit 549077fc0b
8 changed files with 253 additions and 130 deletions

View File

@@ -12,3 +12,8 @@ build $textures/parallax-n.ktx: texturec_normal $pwd/parallax-n.png
build $textures/parallax-h.ktx: texturec_height $pwd/parallax-h.png
build $textures/lightmap.ktx: texturec_height $pwd/../sky/lightmap.png
build $textures/uffizi.ktx: texturec_equirect $pwd/uffizi-large.exr
build $textures/pf_compression_test.dds: texturec_rgba8 $pwd/texture-compression-test.png
build $textures/pf_alpha_test.dds: texturec_rgba8 $pwd/texture-alpha-test.png
build $textures/pf_uv_filtering_test.dds: texturec_rgba8 $pwd/texture-uv-filtering-test.png
build $textures/pf_cubemap_test.dds: texturec_rgba8 $pwd/texture-cubemap-test.png