You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,13 @@ Things to know when using Slang to compile to SPIR-V.
27
27
#### Metal Specific Functionalities
28
28
29
29
Things to know when using Slang to compile to the Metal Shading Language.
30
+
30
31
[//]: #(TODO: write documentation in user-guide next to spirv doc, and update link here)
31
32
32
33
#### WGSL Specific Functionalities
33
34
34
35
Things to know when using Slang to compile to the WGSL.
36
+
35
37
[//]: #(TODO: write documentation in user-guide next to spirv doc, and update link here)
36
38
37
39
## Tutorials
@@ -56,16 +58,18 @@ and how to map common templated code to generics.
56
58
#### Migrating to Slang from HLSL
57
59
58
60
Main things to know if you are coming to Slang as an HLSL developer.
61
+
59
62
[//]: #(TODO: write documentation and update link here)
60
63
61
64
#### Migrating to Slang from GLSL
62
65
63
66
Main things to know if you are coming to Slang as an GLSL developer.
67
+
64
68
[//]: #(TODO: write documentation and update link here)
65
69
66
70
67
71
## Contributors
68
72
69
-
[//]: #(TODO: link more internal documentation and contribution process)
73
+
[//]: #(TODO: link more internal documentation and contribution process, build instructions etc.)
70
74
71
75
For contributors to the Slang project, the information under the [docs/proposals/](https://github.com/shader-slang/slang/tree/master/docs/proposals) directory documents all feature proposals to the Slang language or the compiler API.
0 commit comments