Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hollings <bill.hollings@brenwill.com>2017-03-20 04:06:21 +0300
committerBill Hollings <bill.hollings@brenwill.com>2017-03-20 04:06:21 +0300
commit5ad73f33f5aa9c7e7aa12e62ef0ceeee8f74ca4e (patch)
tree963d3d5d26e507a27002438bc8d585e3f14235a2 /README.md
parent52a5597161aa9c6377cc2e9b80cc87c4a4ae1bd6 (diff)
MSL fixes from review of PR 134.
Remove unnecessary use of std:: prefix in spirv_msl.cpp. Use typedef instead of #define. spirv-cross deprecate --metal CLI option and replace with --msl option.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4536fe6b..1941619c 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ See `./test_shaders.py --help` for more.
### Metal backend
-To test the roundtrip path GLSL -> SPIR-V -> MSL, `--metal` can be added, e.g. `./test_shaders.py --metal shaders-msl`.
+To test the roundtrip path GLSL -> SPIR-V -> MSL, `--msl` can be added, e.g. `./test_shaders.py --msl shaders-msl`.
### HLSL backend