Mandrill 2025.6.0
Loading...
Searching...
No Matches
Error.h
1#pragma once
2
3#include "Common.h"
4
5namespace Mandrill
6{
10 namespace Check
11 {
16 void MANDRILL_API GLFW(const std::source_location loc = std::source_location::current());
17
23 void MANDRILL_API Vk(VkResult res, const std::source_location loc = std::source_location::current());
24 } // namespace Check
25} // namespace Mandrill
void MANDRILL_API Vk(VkResult res, const std::source_location loc=std::source_location::current())
Check for Vulkan error.
Definition Error.cpp:71
void MANDRILL_API GLFW(const std::source_location loc=std::source_location::current())
Check for GLFW error.
Definition Error.cpp:61