X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbackend.h;h=abdb4ccf4b27a72e6af5375f5a0ce0839816b928;hp=2d58d38731a71402595fc50c17650d2518328729;hb=HEAD;hpb=d16d28d2ccf7c6255204f02975834f713ff1df08 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