Fixes #1471. Adds missing environments to spriv-val help

* spirv-val: Added environments referenced in --version,
  but not mentioned in --help
This commit is contained in:
Alan Baker 2018-04-12 09:33:33 -04:00 committed by David Neto
parent c522b697bf
commit c3ee210563

View File

@ -50,8 +50,9 @@ Options:
different type with compatible layout and
members.
--version Display validator version information.
--target-env {vulkan1.0|spv1.0|spv1.1|spv1.2}
Use Vulkan1.0/SPIR-V1.0/SPIR-V1.1/SPIR-V1.2 validation rules.
--target-env {vulkan1.0|vulkan1.1|opencl2.2|spv1.0|spv1.1|spv1.2|spv1.3}
Use Vulkan 1.0, Vulkan 1.1, OpenCL 2.2, SPIR-V 1.0,
SPIR-V 1.1, SPIR-V 1.2 or SPIR-V 1.3 validation rules.
)",
argv0, argv0);
}