Skip to content

Commit 97cdec9

Browse files
committed
Add note on min. required Slang compiler version
1 parent 02f8f10 commit 97cdec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shaders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Note that not all samples may come with all shading language variants. So some s
66

77
A note for using **slang** shaders: These require a different SPIR-V environment than glsl/hlsl. When selecting slang shaders, the base requirement for all samples is raised to at least Vulkan 1.1 with the SPIRV 1.4 extension.
88

9-
If you want to compile **slang** shaders to SPIR-V, please use the latest release from [here](https://github.com/shader-slang/slang/releases) to get the latest bug fixes and features required for some of the samples.
9+
If you want to compile **slang** shaders to SPIR-V, please use the latest release from [here](https://github.com/shader-slang/slang/releases) to get the latest bug fixes and features required for some of the samples. Minimum version for all shader to properly compile is `2025.16.1`.

0 commit comments

Comments
 (0)