aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging/types.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-06-14 02:27:49 -0300
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-22 21:51:35 -0400
commit61cd7dd30128633b656ce3264da74bef1ba00bb5 (patch)
tree42d0c4e0e5d3a7f3fc581ebb660cd14cdfcf0300 /src/common/logging/types.h
parent373f75d944473731408d7a72c967d5c4b37af5bb (diff)
shader: Add logging
Diffstat (limited to 'src/common/logging/types.h')
-rw-r--r--src/common/logging/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/types.h b/src/common/logging/types.h
index 88b0e9c01..7ad0334fc 100644
--- a/src/common/logging/types.h
+++ b/src/common/logging/types.h
@@ -114,6 +114,10 @@ enum class Class : u8 {
Render_Software, ///< Software renderer backend
Render_OpenGL, ///< OpenGL backend
Render_Vulkan, ///< Vulkan backend
+ Shader, ///< Shader recompiler
+ Shader_SPIRV, ///< Shader SPIR-V code generation
+ Shader_GLASM, ///< Shader GLASM code generation
+ Shader_GLSL, ///< Shader GLSL code generation
Audio, ///< Audio emulation
Audio_DSP, ///< The HLE implementation of the DSP
Audio_Sink, ///< Emulator audio output backend