Mandrill
2025.6.0
Loading...
Searching...
No Matches
Error.h
1
#pragma once
2
3
#include "Common.h"
4
5
namespace
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
Mandrill::Check::Vk
void MANDRILL_API Vk(VkResult res, const std::source_location loc=std::source_location::current())
Check for Vulkan error.
Definition
Error.cpp:71
Mandrill::Check::GLFW
void MANDRILL_API GLFW(const std::source_location loc=std::source_location::current())
Check for GLFW error.
Definition
Error.cpp:61
src
Error.h
Generated by
1.9.8