| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Relax restriction on using link-time types for shader parameters. (#8387) | Yong He | 2025-09-05 |
| | | | | | | | | | | This change relaxes a previous restriction on link-time types and constants, so that we now allow them to be used to define shader parameters. Doing so will result in a parameter layout that is incomplete prior to linking. The PR added a test to call the reflection API on a fully linked program and ensure that we can report correct binding info. | ||
| * | Support link time type specialization. (#3604) | Yong He | 2024-02-20 |
