Skip to content

Commit 59f1b87

Browse files
authored
Add auto-diff tutorial - part1 (#141)
Add auto-diff tutorial part 1. It partial addresses issue of shader-slang/slang#7874.
1 parent 7e1e1ef commit 59f1b87

File tree

3 files changed

+398
-0
lines changed

3 files changed

+398
-0
lines changed

_data/documentation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ tutorials:
7575
description: "Main things to know if you are coming to Slang as an GLSL developer."
7676
link_url: "https://docs.shader-slang.org/en/latest/coming-from-glsl.html"
7777
link_label: "Coming from GLSL"
78+
- title: "Slang Automatic Differentiation Tutorial - 1"
79+
description: "Learn how to use Slang’s automatic differentiation feature to compute the gradient of a shader."
80+
link_url: "https://docs.shader-slang.org/en/latest/auto-diff-tutorial-1.html"
81+
link_label: "Slang Automatic Differentiation Tutorial - 1"

0 commit comments

Comments
 (0)