diff options
author | 2016-03-20 16:48:03 +0100 | |
---|---|---|
committer | 2016-03-20 16:50:14 +0100 | |
commit | fae7a2c486127fe74ee027429312cc29e350b8ef (patch) | |
tree | a78646513eea09779b2c2911231bfa68652e485f /3rdparty/bgfx/scripts/shader-embeded.mk | |
parent | 3a60b4bb7a19f1987745d3302f1b330d12d48d25 (diff) |
Update to latest BGFX and BX(nw)
Diffstat (limited to '3rdparty/bgfx/scripts/shader-embeded.mk')
-rw-r--r-- | 3rdparty/bgfx/scripts/shader-embeded.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/shader-embeded.mk b/3rdparty/bgfx/scripts/shader-embeded.mk index d6ccecf61dd..aea94c7c930 100644 --- a/3rdparty/bgfx/scripts/shader-embeded.mk +++ b/3rdparty/bgfx/scripts/shader-embeded.mk @@ -46,7 +46,7 @@ fs_%.bin.h : fs_%.sc cs_%.bin.h : cs_%.sc @echo [$(<)] - $(SILENT) $(SHADERC) $(CS_FLAGS) --platform linux -f $(<) -o $(SHADER_TMP) --bin2c $(basename $(<))_glsl + $(SILENT) $(SHADERC) $(CS_FLAGS) --platform linux -p 430 -f $(<) -o $(SHADER_TMP) --bin2c $(basename $(<))_glsl @cat $(SHADER_TMP) > $(@) -$(SILENT) $(SHADERC) $(CS_FLAGS) --platform windows -p cs_5_0 -O 1 -f $(<) -o $(SHADER_TMP) --bin2c $(basename $(<))_dx11 -@cat $(SHADER_TMP) >> $(@) |