summaryrefslogtreecommitdiffstats
path: root/tests/bugs/interface-lvalue.slang.expected
Commit message (Collapse)AuthorAge
* Add gfx interface definition in Slang. (#2364)Yong He2022-08-16
* Add gfx interface definition in Slang. - add gfx interface definitons in Slang. - fix slang compiler to correctly type-check `out` interface argument. - modify gfx interface to be fully COM compatible - add convenient ShaderProgram creation methods to gfx. * Fix compile errors and warnings. * Update project files * Fix cuda. * Properly implement queryInterface in command encoder impls. Co-authored-by: Yong He <yhe@nvidia.com>