MXVK Vulkan Framework
0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
exception.cpp
Go to the documentation of this file.
1
#include "
mxnetwork/exception.hpp
"
2
3
namespace
mxnetwork
{
4
5
std::string
Exception::text
()
const
{
6
return
txt
;
7
}
8
9
}
// namespace mxnetwork
mxnetwork::Exception::text
std::string text() const
Return the stored error text.
Definition
exception.cpp:5
mxnetwork::Exception::txt
std::string txt
Definition
exception.hpp:25
exception.hpp
mxnetwork
Definition
exception.hpp:7
MXNetwork
src
exception.cpp
Generated by
1.16.1