SimpleGL
1.1.0
A framework for platform independent rendering
Main Page
Namespaces
Classes
Files
File List
File Members
Backends
Vulkan
include
SimpleGL_vk
backend_vk.hpp
Go to the documentation of this file.
1
8
#ifndef BACKEND_VK_HPP
9
#define BACKEND_VK_HPP
10
11
#include <SimpleGL_vk/SimpleGL_vk_Export.h>
12
13
namespace
sgl
{
15
SIMPLEGL_VK_EXPORT
void
initVK
();
16
}
17
18
#endif
/* BACKEND_VK_HPP */
sgl::initVK
SIMPLEGL_VK_EXPORT void initVK()
Initializes the Vulkan backend, this will also check available extensions and should be called after ...
Definition:
backend_vk.cpp:26
sgl
Generic namespace for the SimpleGL framework.
Definition:
application.hpp:18
Generated on Sat Jun 30 2018 21:55:23 for SimpleGL by
1.8.11