summaryrefslogtreecommitdiff
path: root/source/core/slang-virtual-object-pool.h
AgeCommit message (Collapse)Author
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
* Explicit swapchain interface in `gfx`. * Correctly return nullptr when `IRenderer` creation failed. * Fix crashes on CUDA tests. * Cleanups.