summaryrefslogtreecommitdiffstats
path: root/tools/gfx/vulkan/vk-buffer.cpp
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* gfx: return error when vulkan fails to create buffer/pipeline (#3741)skallweitNV2024-03-12
| | | | | | | | | * return buffer creation errors in vulkan * return pipeline creation errors in vulkan --------- Co-authored-by: Yong He <yonghe@outlook.com>
* add support for shared resources on vulkan/linux (#3636)skallweitNV2024-02-27
|
* Split render-vk.h/.cpp into a set of smaller files (#2244)lucy96chen2022-05-26
* Some preliminary work on splitting render-vk * render-vk split, tests currently crash on null reference * fixed circular include