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
5454#### [ Using the reflection API] ( /slang/user-guide/reflection )
5555See how to use Slang's reflection API to query for parameter binding info at runtime.
5656
57- #### Understanding Slang Generics
57+ #### [ Understanding Slang Generics] ( /docs/understanding-generics.md )
5858
5959Learn how to use Slang's generics and interfaces to write structured code that can be
6060specialized at compile time. This tutorial covers the differences between generics and C++ templates
6161and how to map common templated code to generics.
6262
63- [ // ] : # ( TODO: write documentation and update link here )
64-
6563#### Migrating to Slang from HLSL
6664
6765Main 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