summaryrefslogtreecommitdiff
path: root/tools/gfx/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/render.h')
-rw-r--r--tools/gfx/render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gfx/render.h b/tools/gfx/render.h
index 247932bd5..4a8458e96 100644
--- a/tools/gfx/render.h
+++ b/tools/gfx/render.h
@@ -66,6 +66,7 @@ enum class RendererType
DirectX12,
OpenGl,
Vulkan,
+ CPU,
CountOf,
};
@@ -85,6 +86,7 @@ enum class BindingStyle
DirectX,
OpenGl,
Vulkan,
+ CPU,
CountOf,
};