]> git.tdb.fi Git - libs/gl.git/blob - source/backends/vulkan/backend_vulkan.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / backends / vulkan / backend_vulkan.cpp
1 #include "backend.h"
2
3 namespace Msp {
4 namespace GL {
5
6 GraphicsApi get_backend_api()
7 {
8         return VULKAN;
9 }
10
11 } // namespace GL
12 } // namespace Msp