Skip to content

Commit 7e17f8b

Browse files
Add a document on implementing shader cursors (#28)
* Add a document on implementing shader cursors This is one of *many* documents needed to adequately explain the various facets of the Slang reflection API. * add to the YAML
1 parent 3cb53db commit 7e17f8b

File tree

2 files changed

+1153
-0
lines changed

2 files changed

+1153
-0
lines changed

_data/documentation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ tutorials:
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"
5353
link_label: "The Reflection API"
54+
- title: "Shader Cursors: Advanced Usage of the Reflection API"
55+
description: "Learn how to handle shader parameters in a practical and high-performance fashion that can scale to support large GPU shader codebases across multiple target platforms"
56+
link_url: "https://shader-slang.com/docs/shader-cursors"
57+
link_label: "Shader Cursors"
5458
- title: "Understanding Slang Generics"
5559
description: "Learn how to use Slang’s generics and interfaces to write structured code that can be specialized at compile time."
5660
link_url: "/docs/understanding-generics"

0 commit comments

Comments
 (0)