SimpleGL
1.1.0
A framework for platform independent rendering
|
#include "SimpleGL_vk/backend_vk.hpp"
#include <cstdlib>
#include <cstring>
#include <vector>
#include <string>
#include <vulkan/vulkan.h>
#include <GLFW/glfw3.h>
#include <SimpleGL/logging.hpp>
Go to the source code of this file.
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
Functions | |
SIMPLEGL_VK_EXPORT void | sgl::initVK () |
Initializes the Vulkan backend, this will also check available extensions and should be called after sgl::init(). More... | |
This files contains the implementation of the backend_vk.hpp header.
Definition in file backend_vk.cpp.