yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeFix metadata of register space and varying params. (#5906)0f5a2ce2e

master
320 B9 linesraw

Slang Reflection API Example

This example shows basic usage of the Slang reflection API to traverse the parameters of a program, including type and layout information.

This example is a companion Slang reflection API documentation: https://shader-slang.org/slang/user-guide/compiling.html

1Slang Reflection API Example
2============================
3
4This example shows basic usage of the Slang reflection API to
5traverse the parameters of a program, including type and
6layout information.
7
8This example is a companion Slang reflection API documentation:
9https://shader-slang.org/slang/user-guide/compiling.html