mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Updaded shaderc Linux binary.
This commit is contained in:
parent
43cbcce7b4
commit
d936a29ea6
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ endif
|
|||
|
||||
ifndef TARGET
|
||||
.PHONY: all
|
||||
all:;@echo Usage: make TARGET=# [clean, all, rebuild]
|
||||
all:
|
||||
@echo Usage: make TARGET=# [clean, all, rebuild]
|
||||
@echo " TARGET=0 (hlsl - dx9)"
|
||||
@echo " TARGET=1 (hlsl - dx11)"
|
||||
@echo " TARGET=2 (glsl - nacl)"
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue