Skip to content

Commit 436a25d

Browse files
Add parameter blocks doc to documentation index. (#47)
1 parent 4e13e6a commit 436a25d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_data/documentation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ tutorials:
6363
description: "Main things to know if you are coming to Slang as an HLSL developer."
6464
link_url: "/docs/coming-from-hlsl/"
6565
link_label: "Coming from HLSL"
66+
- title: "Using Slang Parameter Blocks"
67+
description: "Learn how to use Slang's Parameter Block feature in your shader codebase, and to streamline use of the Slang reflection API when using this feature."
68+
link_url: "/docs/parameter-blocks"
69+
link_label: "Using Slang Parameter Blocks"

0 commit comments

Comments
 (0)