SimpleGL
1.1.0
A framework for platform independent rendering
|
#include "SimpleGL_vk/vulkan_context.hpp"
Go to the source code of this file.
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
Variables | |
const bool | debugMode = true |
Tells if the library is compiled in debug mode. More... | |
This files contains the implementation of the vulkan_context.hpp header.
Definition in file vulkan_context.cpp.
const bool debugMode = true |
Tells if the library is compiled in debug mode.
Debug mode is disabled if NDEBUG ("not debug") is defined.
Definition at line 14 of file vulkan_context.cpp.