summaryrefslogtreecommitdiffstats
path: root/source/core/slang-virtual-object-pool.h
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Explicit swapchain interface in `gfx`. (#1726)Yong He2021-02-24
* Explicit swapchain interface in `gfx`. * Correctly return nullptr when `IRenderer` creation failed. * Fix crashes on CUDA tests. * Cleanups.