From 401a3a7ab3c3e4b23edb4c3b5c9c1e74f4313ee4 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 10 Nov 2021 22:01:47 +0200 Subject: [PATCH] Add a constant for Vulkan backend --- source/core/backend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/core/backend.h b/source/core/backend.h index 2d58d387..abdb4ccf 100644 --- a/source/core/backend.h +++ b/source/core/backend.h @@ -9,7 +9,8 @@ namespace GL { enum GraphicsApi { OPENGL, - OPENGL_ES + OPENGL_ES, + VULKAN }; struct Version -- 2.43.0