Skip to content

Commit 704a3e2

Browse files
committed
Fix content.
1 parent a9d3c5e commit 704a3e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ Things to know when using Slang to compile to SPIR-V.
2727
#### Metal Specific Functionalities
2828

2929
Things to know when using Slang to compile to the Metal Shading Language.
30+
3031
[//]: # (TODO: write documentation in user-guide next to spirv doc, and update link here)
3132

3233
#### WGSL Specific Functionalities
3334

3435
Things to know when using Slang to compile to the WGSL.
36+
3537
[//]: # (TODO: write documentation in user-guide next to spirv doc, and update link here)
3638

3739
## Tutorials
@@ -56,16 +58,18 @@ and how to map common templated code to generics.
5658
#### Migrating to Slang from HLSL
5759

5860
Main things to know if you are coming to Slang as an HLSL developer.
61+
5962
[//]: # (TODO: write documentation and update link here)
6063

6164
#### Migrating to Slang from GLSL
6265

6366
Main things to know if you are coming to Slang as an GLSL developer.
67+
6468
[//]: # (TODO: write documentation and update link here)
6569

6670

6771
## Contributors
6872

69-
[//]: # (TODO: link more internal documentation and contribution process)
73+
[//]: # (TODO: link more internal documentation and contribution process, build instructions etc.)
7074

7175
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.

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[//]: # (TODO: do we need to create a blog now?)
2+
13
<div id="banner">
24
<div id="bannerLeft">
35
<span id="bannerText">

0 commit comments

Comments
 (0)