13 const char*
what() const noexcept
override
15 return "Bad GHI allocation.";
22 const char*
what() const noexcept
override
24 return "Out of host memory.";
31 const char*
what() const noexcept
override
33 return "Out of device memory.";
General exception thrown on bad GHI allocation.
Definition ghi_exceptions.h:11
const char * what() const noexcept override
Definition ghi_exceptions.h:13
Definition ghi_exceptions.h:29
const char * what() const noexcept override
Definition ghi_exceptions.h:31
Definition ghi_exceptions.h:20
const char * what() const noexcept override
Definition ghi_exceptions.h:22
Definition PlatformDisplay.h:13