renderer_vulkan: Implement renderer and rasterizer classes

* Also WIP. Vulkan crashes when allocating command buffers, need to investigate...
This commit is contained in:
emufan4568
2022-09-18 01:11:37 +03:00
committed by GPUCode
parent c85731f3ae
commit 794f6e4a67
34 changed files with 4191 additions and 347 deletions

View File

@ -235,6 +235,7 @@ void DebuggerBackend::Write(const Entry& entry) {
CLS(Render) \
SUB(Render, Software) \
SUB(Render, OpenGL) \
SUB(Render, Vulkan) \
CLS(Audio) \
SUB(Audio, DSP) \
SUB(Audio, Sink) \