mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
fix: include metal renderer in ALL_LOG_CLASSES
This commit is contained in:
parent
ef8b77c9a3
commit
e947a06441
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
|
||||||
SUB(Render, Software) \
|
SUB(Render, Software) \
|
||||||
SUB(Render, OpenGL) \
|
SUB(Render, OpenGL) \
|
||||||
SUB(Render, Vulkan) \
|
SUB(Render, Vulkan) \
|
||||||
|
SUB(Render, Metal) \
|
||||||
CLS(Shader) \
|
CLS(Shader) \
|
||||||
SUB(Shader, SPIRV) \
|
SUB(Shader, SPIRV) \
|
||||||
SUB(Shader, GLASM) \
|
SUB(Shader, GLASM) \
|
||||||
|
|
Loading…
Reference in a new issue