Vulkan2D
2D renderer written in C using Vulkan and SDL2
|
Contains logging callbacks and context. More...
#include <Structs.h>
Data Fields | |
VK2DLoggerLogFn | log |
Callback to log the message. | |
VK2DLoggerDestroyFn | destroy |
Callback called on destruction of logger. | |
VK2DLoggerSeverityFn | severityFn |
Callback to get minimum severity of logger. | |
void * | context |
User supplied context, passed to log() when called. | |
Contains logging callbacks and context.
void* VK2DLogger::context |
User supplied context, passed to log() when called.
VK2DLoggerDestroyFn VK2DLogger::destroy |
Callback called on destruction of logger.
VK2DLoggerLogFn VK2DLogger::log |
Callback to log the message.
VK2DLoggerSeverityFn VK2DLogger::severityFn |
Callback to get minimum severity of logger.