![]() |
Mandrill 2025.6.0
|
Namespace with error checking functions for Mandrill. More...
Functions | |
void MANDRILL_API | GLFW (const std::source_location loc=std::source_location::current()) |
Check for GLFW error. | |
void MANDRILL_API | Vk (VkResult res, const std::source_location loc=std::source_location::current()) |
Check for Vulkan error. | |
Namespace with error checking functions for Mandrill.
void Mandrill::Check::GLFW | ( | const std::source_location | loc = std::source_location::current() | ) |
Check for GLFW error.
loc | Source file location (leave at default) |
void Mandrill::Check::Vk | ( | VkResult | res, |
const std::source_location | loc = std::source_location::current() |
||
) |
Check for Vulkan error.
res | Result returned from Vulkan function call |
loc | Source file location (leave at default) |