diff options
Diffstat (limited to 'tools/gfx/render.h')
| -rw-r--r-- | tools/gfx/render.h | 2 |
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, }; |
