Skip to content

Commit 00444a6

Browse files
committed
Add readme to slang shader folder
1 parent 66347a8 commit 00444a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shaders/slang/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Slang shaders
2+
3+
This folder contains shaders using the [Slang shading language](https://github.com/shader-slang/slang/releases).
4+
5+
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.
6+
7+
If you want to compile these 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)