File tree Expand file tree Collapse file tree 2 files changed +390
-4
lines changed Expand file tree Collapse file tree 2 files changed +390
-4
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,12 @@ See how to use Slang's compilation API to integrate the Slang compiler into your
54
54
#### [ Using the reflection API] ( /slang/user-guide/reflection )
55
55
See how to use Slang's reflection API to query for parameter binding info at runtime.
56
56
57
- #### Understanding Slang Generics
57
+ #### [ Understanding Slang Generics] ( /docs/understanding-generics.md )
58
58
59
59
Learn how to use Slang's generics and interfaces to write structured code that can be
60
60
specialized at compile time. This tutorial covers the differences between generics and C++ templates
61
61
and how to map common templated code to generics.
62
62
63
- [ // ] : # ( TODO: write documentation and update link here )
64
-
65
63
#### Migrating to Slang from HLSL
66
64
67
65
Main things to know if you are coming to Slang as an HLSL developer.
You can’t perform that action at this time.
0 commit comments