summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/assets/textures/textures.ninja
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/assets/textures/textures.ninja')
-rw-r--r--3rdparty/bgfx/examples/assets/textures/textures.ninja5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/assets/textures/textures.ninja b/3rdparty/bgfx/examples/assets/textures/textures.ninja
index fffb9c51d34..bc7f67c510f 100644
--- a/3rdparty/bgfx/examples/assets/textures/textures.ninja
+++ b/3rdparty/bgfx/examples/assets/textures/textures.ninja
@@ -5,3 +5,8 @@ build $textures/texture_compression_bc2.ktx: texturec_bc2 $pwd/texture_compres
build $textures/texture_compression_bc3.ktx: texturec_bc3 $pwd/texture_compression.png
build $textures/texture_compression_etc1.ktx: texturec_etc1 $pwd/texture_compression.png
build $textures/texture_compression_etc2.ktx: texturec_etc2 $pwd/texture_compression.png
+
+build $textures/parallax-d.ktx: texturec_diffuse $pwd/parallax-d.png
+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