summaryrefslogtreecommitdiff
path: root/tools/gfx/immediate-renderer-base.h
AgeCommit message (Expand)Author
2022-01-10Draw call tests for Vulkan (#2073)lucy96chen
2021-12-13gfx: use uint32_t in draw calls and implement current size query. (#2055)Yong He
2021-06-10Support timestamp queries in `gfx`. (#1880)Yong He
2021-06-04Fix D3D11 `uploadBufferResource`. (#1869)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-18Remove `DescriptorSet` from D3D11 and GL devices. (#1761)Yong He
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He