logging: Add Vulkan backend logging class type

This commit is contained in:
ReinUsesLisp
2019-02-12 17:59:04 -03:00
parent 87bcee548d
commit 19b748aeb1
2 changed files with 2 additions and 0 deletions

View File

@@ -232,6 +232,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) \