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

Method OutOfPoolMemoryError

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

Source from the content-addressed store, hash-verified

8689 {
8690 public:
8691 OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {}
8692
8693 OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {}
8694 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected