summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/render-vk.h
AgeCommit message (Expand)Author
2022-06-01Vulkan validation error fixes (#2254)lucy96chen
2022-05-26Split render-vk.h/.cpp into a set of smaller files (#2244)lucy96chen
2022-05-05Various vulkan/glsl fixes. (#2222)Yong He
2022-05-04Changed all uses of attachment (in the context of render/depth stencil target...lucy96chen
2022-04-21GFX renaming work part 2: slang-gfx.h renames (#2194)lucy96chen
2022-04-14GFX renaming work part 1 (#2183)lucy96chen
2022-03-09gfx: restructure render-vk.cpp (#2157)Yong He
2021-03-10Swapchain resize and rename to `IDevice` (#1741)Yong He
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-11Make `gfx::Renderer` a COM interface. (#1653)Yong He
2019-09-13Refactor render-test to make cross platform (#1053)jsmall-nvidia