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