From 292b0ddc612bf20821fc708f4b6a0d112628c736 Mon Sep 17 00:00:00 2001 From: Anonymous Coward <84487930+driftveil@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:40:22 +1000 Subject: [PATCH] Update list of default SPIR-V versions in README.asciidoc --- glslc/README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glslc/README.asciidoc b/glslc/README.asciidoc index c9ffbdcb7..13850e727 100644 --- a/glslc/README.asciidoc +++ b/glslc/README.asciidoc @@ -249,8 +249,8 @@ Note: Support for OpenGL compatibility profile, `opengl_compat`, has been remove `--target-spv=` lets you specify the SPIR-V version to be used by the generated module. The default is to use the highest version of SPIR-V required to be supported by the target environment. The defaults for specific Vulkan target environments are -as follows: SPIR-V 1.0 for Vulkan 1.0, SPIR-V 1.3 for Vulkan 1.1, and SPIR-V 1.5 for -Vulkan 1.2. +as follows: SPIR-V 1.0 for Vulkan 1.0, SPIR-V 1.3 for Vulkan 1.1, SPIR-V 1.5 for Vulkan +1.2, and SPIR-V 1.6 for Vulkan 1.3. The ```` can be one of the following: