summaryrefslogtreecommitdiff
path: root/tools/gfx/immediate-renderer-base.cpp
AgeCommit message (Expand)Author
2021-06-30[gfx] Add inline ray tracing support. (#1899)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-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He