Skip to content

Commit f6f07c3

Browse files
authored
Update index.md
Linking to "coming-from-hlsl.md"
1 parent 7937128 commit f6f07c3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,14 @@ See how to use Slang's compilation API to integrate the Slang compiler into your
5555
See how to use Slang's reflection API to query for parameter binding info at runtime.
5656

5757
#### [Understanding Slang Generics](/docs/understanding-generics.md)
58-
5958
Learn how to use Slang's generics and interfaces to write structured code that can be
6059
specialized at compile time. This tutorial covers the differences between generics and C++ templates
6160
and how to map common templated code to generics.
6261

63-
#### Migrating to Slang from HLSL
64-
62+
#### [Migrating to Slang from HLSL](/docs/coming-from-hlsl.md)
6563
Main things to know if you are coming to Slang as an HLSL developer.
6664

67-
[//]: # (TODO: write documentation and update link here)
68-
6965
#### Migrating to Slang from GLSL
70-
7166
Main things to know if you are coming to Slang as an GLSL developer.
7267

7368
[//]: # (TODO: write documentation and update link here)

0 commit comments

Comments
 (0)