summaryrefslogtreecommitdiffstats
path: root/tests/bugs/rwstructuredbuffer-existential-in-struct.slang
Commit message (Collapse)AuthorAge
* Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He2021-03-04
| | | | | | | | | | | | | * 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>
* Fix existential specialization of mutable buffer loads. (#1671)Yong He2021-01-22
* Fix existential specialization of mutable buffer loads. * fix Co-authored-by: Yong He <yhe@nvidia.com>