summaryrefslogtreecommitdiffstats
path: root/tests/current-bugs/resource-struct-out.slang
Commit message (Collapse)AuthorAge
* Fix invalid code generation for when using nested resource specialization ↵ArielG-NV2024-07-30
| | | | (#4751)
* Added tests/current-bugs (#1781)jsmall-nvidia2021-04-05
* #include an absolute path didn't work - because paths were taken to always be relative. * Added a current-bugs folder in tests for active (ie with issue) bug tests demonstrating the problem. Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>