| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-05 | Relax restriction on using link-time types for shader parameters. (#8387) | Yong He | |
| 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. | |||
| 2024-02-20 | Support link time type specialization. (#3604) | Yong He | |
