summaryrefslogtreecommitdiff
path: root/tests/bugs/rwstructuredbuffer-existential-in-struct.slang
AgeCommit message (Collapse)Author
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He
* Refactor `gfx` to surface `CommandBuffer` interface. * Fixes. * Fix code review issues, and make vulkan runnable on devices without VK_EXT_extended_dynamic_states. * Update solution files * Move out-of-date examples to examples/experimental Co-authored-by: Yong He <yhe@nvidia.com>
2021-01-22Fix existential specialization of mutable buffer loads. (#1671)Yong He
* Fix existential specialization of mutable buffer loads. * fix Co-authored-by: Yong He <yhe@nvidia.com>