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.
2
3namespace mxnetwork {
4
5 std::string Exception::text() const {
6 return txt;
7 }
8
9} // namespace mxnetwork
std::string text() const
Return the stored error text.
Definition exception.cpp:5