diff options
| author | Yong He <yonghe@outlook.com> | 2024-12-17 10:19:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-17 10:19:25 -0800 |
| commit | 7ffc69d9be19e844b43f4ba2ae286ece00ddb8c2 (patch) | |
| tree | 017b8d785d30264cbb185c72bcd2737d0b1c6491 /docs/user-guide | |
| parent | d61bba8cac1aad3c559cea73fa56d593777ad2d7 (diff) | |
Update 09-reflection.md (#5886)
Diffstat (limited to 'docs/user-guide')
| -rw-r--r-- | docs/user-guide/09-reflection.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide/09-reflection.md b/docs/user-guide/09-reflection.md index 843dc94be..d6ea47e7d 100644 --- a/docs/user-guide/09-reflection.md +++ b/docs/user-guide/09-reflection.md @@ -14,7 +14,7 @@ Our goals in this chapter are to: * Provide an underlying mental model for how Slang's reflection information represents the structure of a program We will describe the structure of a program that traverses all of the parameters of a shader program and prints information (including binding locations) for them. -The code shown here is derived from the [`reflection-api`](https://github.com/shader-slang/slang/tree/master/examples/reflection-api) example that is included in the Slang repository. +The code shown here is derived from the [reflection-api](https://github.com/shader-slang/slang/tree/master/examples/reflection-api) example that is included in the Slang repository. Readers may find it helpful to follow along with that code, to see a more complete picture of what is presented here. Compiling a Program @@ -1630,4 +1630,4 @@ Conclusion ---------- At this point we have provided a comprehensive example of how to robustly traverse the information provided by the Slang reflection API to get a complete picture of the shader parameters of a program, and what target-specific locations they were bound to. -We hope that along the way we have also imparted some key parts of the mental model that exists behind the reflection API and its representations.
\ No newline at end of file +We hope that along the way we have also imparted some key parts of the mental model that exists behind the reflection API and its representations. |
