1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-05 12:22:09 -06:00

fix: include metal renderer in ALL_LOG_CLASSES

This commit is contained in:
Samuliak
2024-04-06 17:46:31 +02:00
parent ef8b77c9a3
commit e947a06441

View File

@@ -148,6 +148,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Render, Software) \
SUB(Render, OpenGL) \
SUB(Render, Vulkan) \
SUB(Render, Metal) \
CLS(Shader) \
SUB(Shader, SPIRV) \
SUB(Shader, GLASM) \