summaryrefslogtreecommitdiff
path: root/tests/language-feature/types/optional.slang
AgeCommit message (Collapse)Author
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
* Add `none` literal that is convertible to `Optional`. * Fix cpu code gen. * Include vk and cpu test for is-as operator test. * Inline comparison operators. Co-authored-by: Yong He <yhe@nvidia.com>