Skip to content

Commit 7937128

Browse files
authored
Add generics tutorial (#10)
1 parent ffd9cf2 commit 7937128

File tree

2 files changed

+390
-4
lines changed

2 files changed

+390
-4
lines changed

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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)
5555
See 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

5959
Learn how to use Slang's generics and interfaces to write structured code that can be
6060
specialized at compile time. This tutorial covers the differences between generics and C++ templates
6161
and 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

6765
Main things to know if you are coming to Slang as an HLSL developer.

0 commit comments

Comments
 (0)