SimpleGL  1.1.0
A framework for platform independent rendering
Namespaces | Variables
vulkan_context.cpp File Reference
#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...
 

Detailed Description

Author
Heiko Brumme

This files contains the implementation of the vulkan_context.hpp header.

Definition in file vulkan_context.cpp.

Variable Documentation

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.