MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / OutOfDeviceMemoryError

Method OutOfDeviceMemoryError

vulkan/vulkan.hpp:8587–8587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8585 {
8586 public:
8587 OutOfDeviceMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOutOfDeviceMemory ), message ) {}
8588
8589 OutOfDeviceMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfDeviceMemory ), message ) {}
8590 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected