Skip to content

Commit f1e5266

Browse files
authored
Adding a reference to SPIR-V target specific on "Migrating from HLSL" document
1 parent df3baa8 commit f1e5266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/coming-from-hlsl.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ Slang demands more strict type casting, but you can add your own casting functio
285285
Due to this difference, some casting issues may appear as errors while migrating your HLSL shaders to Slang.
286286

287287

288+
### SPIR-V target specific functionalities
289+
When you target SPIR-V, there are a few things that the user may want to know. Please check the [Slang User's Guide](https://shader-slang.com/slang/user-guide/spirv-target-specific.html) for more details.
290+
288291

289292
## Debugging and Performance Tips
290293

0 commit comments

Comments
 (0)