summaryrefslogtreecommitdiff
path: root/tests/current-bugs/resource-dynamic-dispatch.slang
AgeCommit message (Collapse)Author
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
* Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>
2022-01-10Test for dynamicDispatch/resource internal error (#2071)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Test for internal error with resource/dynamic dispatch. * Fix typo. Co-authored-by: Theresa Foley <tfoleyNV@users.noreply.github.com>