|
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 | |
| BufferWriteException (const std::string &message) | |
| BufferWriteException (const std::stringstream &message) | |
| Public Member Functions inherited from EngineCore::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 28 of file Exceptions.h.
|
inlineexplicit |
Definition at line 31 of file Exceptions.h.
References EngineCore::Exception::Exception().
|
inlineexplicit |
Definition at line 32 of file Exceptions.h.
References EngineCore::Exception::Exception().