summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/incomplete-type.slang
Commit message (Collapse)AuthorAge
* Relax restriction on using link-time types for shader parameters. (#8387)Yong He2025-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 He2024-02-20