X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbackend.h;h=abdb4ccf4b27a72e6af5375f5a0ce0839816b928;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;hp=ef04bd1182c4214eff56f6baed75c22a47ace1bc;hpb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;p=libs%2Fgl.git diff --git a/source/core/backend.h b/source/core/backend.h index ef04bd11..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 @@ -29,9 +30,6 @@ struct Version /** Returns the backend for which the library was compiled. */ GraphicsApi get_backend_api(); -/** Returns the backend version number, as reported by the implementation. */ -const Version &get_backend_version(); - } // namespace GL } // namespace Msp