mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
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:
parent
c522b697bf
commit
c3ee210563
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user