Generic runtime exception thrown by Vulkan-related functions.
More...
#include <VulkanException.h>
|
| VulkanException (const std::string &description, VkResult errorCode, const std::string &hint="") |
|
| VulkanException (const std::string &description, const std::string &hint) |
|
| VulkanException (const std::string &description) |
|
const char * | what () const noexcept override |
|
Generic runtime exception thrown by Vulkan-related functions.
◆ VulkanException() [1/3]
Vulkan::VulkanException::VulkanException |
( |
const std::string & |
description, |
|
|
VkResult |
errorCode, |
|
|
const std::string & |
hint = "" |
|
) |
| |
|
inline |
◆ VulkanException() [2/3]
Vulkan::VulkanException::VulkanException |
( |
const std::string & |
description, |
|
|
const std::string & |
hint |
|
) |
| |
|
inline |
◆ VulkanException() [3/3]
Vulkan::VulkanException::VulkanException |
( |
const std::string & |
description | ) |
|
|
inline |
◆ what()
const char * Vulkan::VulkanException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: