Skip to content

Commit 3cb53db

Browse files
authored
Compilation API Tutorial (#25)
* Compilation API Tutorial Closes #5377 * Typos * Address feedback * Note on interface query, minor typo fixes * UUID clarification
1 parent 89812bb commit 3cb53db

File tree

2 files changed

+827
-3
lines changed

2 files changed

+827
-3
lines changed

_data/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ tutorials:
4545
link_label: "My First Shader"
4646
- title: "Using the Compilation API"
4747
description: "See how to use Slang’s compilation API to integrate the Slang compiler into your application."
48-
link_url: "https://shader-slang.com/slang/user-guide/compiling"
49-
link_label: "The Complitation API"
48+
link_url: "https://shader-slang.com/docs/compilation-api"
49+
link_label: "The Compilation API"
5050
- title: "Using the Reflection API"
5151
description: "See how to use Slang’s reflection API to query for parameter binding info at runtime."
5252
link_url: "https://shader-slang.com/slang/user-guide/reflection"

0 commit comments

Comments
 (0)