summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Branimir Karadžić <branimirkaradzic@gmail.com>2016-10-29 09:11:50 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-29 09:11:50 +0200
commita3b4058bf7266f1291cf38c30425d9948250fcd9 (patch)
tree46116c48b60368ac9c782c1d5e6e8ae16e558987 /makefile
parentb99be73f2db5d3f81edc96a92ac4839e7f1cc3ab (diff)
Updated BGFX and BX and recompiled shaders (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefile b/makefile
index c2fb93ae148..6c7adad5c23 100644
--- a/makefile
+++ b/makefile
@@ -1619,9 +1619,11 @@ bgfx-tools:
shaders: bgfx-tools
-$(call MKDIR,build/shaders/dx11)
-$(call MKDIR,build/shaders/dx9)
- -$(call MKDIR,build/shaders/gles)
- -$(call MKDIR,build/shaders/glsl)
+ -$(call MKDIR,build/shaders/pssl)
-$(call MKDIR,build/shaders/metal)
+ -$(call MKDIR,build/shaders/essl)
+ -$(call MKDIR,build/shaders/glsl)
+ -$(call MKDIR,build/shaders/spirv)
$(SILENT) $(MAKE) -C $(SRC)/osd/modules/render/bgfx/shaders rebuild CHAIN="$(CHAIN)"
#-------------------------------------------------