Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spirv-val: Fix indentation of --version output (KhronosGroup#5686)
The last three elements in the list of supported targets were misaligned: ``` Targets: SPIR-V 1.0 SPIR-V 1.1 ... SPIR-V 1.3 (under Vulkan 1.1 semantics) SPIR-V 1.4 (under Vulkan 1.1 semantics) SPIR-V 1.5 (under Vulkan 1.2 semantics) SPIR-V 1.6 (under Vulkan 1.3 semantics) ``` Signed-off-by: Sven van Haastregt <[email protected]>
- Loading branch information