SimpleGL  1.1.0
A framework for platform independent rendering
SimpleGL_Backend_Vulkan.hpp
Go to the documentation of this file.
1 
11 #ifndef SIMPLEGL_BACKEND_VULKAN_HPP
12 #define SIMPLEGL_BACKEND_VULKAN_HPP
13 
14 /* SimpleGL core */
15 #include <SimpleGL_Core.hpp>
16 
17 /* SimpleGL Vulkan backend */
23 
24 /* Vulkan wrapper */
28 #include "SimpleGL_vk/surface.hpp"
41 
42 #endif /* SIMPLEGL_BACKEND_VULKAN_HPP */