|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
A buffer write exception is typically thrown when trying to write to a buffer which does not have enough space for the content written to it. More...
#include <Exceptions.h>
Public Member Functions | |
| BufferWrite (const std::string &message) | |
| BufferWrite (const std::stringstream &message) | |
| Public Member Functions inherited from Engine::Exceptions::Exception | |
| Exception (const std::string &message) | |
| Exception (const std::stringstream &message) | |
A buffer write exception is typically thrown when trying to write to a buffer which does not have enough space for the content written to it.
Definition at line 49 of file Exceptions.h.
|
inlineexplicit |
Definition at line 52 of file Exceptions.h.
References Engine::Exceptions::Exception::Exception().
|
inlineexplicit |
Definition at line 53 of file Exceptions.h.
References Engine::Exceptions::Exception::Exception().