MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
mxvk::Exception Class Reference

#include <mxvk/include/mxvk/mxvk_exception.hpp>

Public Member Functions

 Exception (const std::string &text)
std::string text () const

Detailed Description

Definition at line 7 of file mxvk_exception.hpp.

Constructor & Destructor Documentation

◆ Exception()

mxvk::Exception::Exception ( const std::string & text)
inline

Definition at line 9 of file mxvk_exception.hpp.

9: txt{text} {}
std::string text() const

Member Function Documentation

◆ text()

std::string mxvk::Exception::text ( ) const
inline

Definition at line 10 of file mxvk_exception.hpp.

10{ return txt; }

The documentation for this class was generated from the following file: