Class VulkanException

Inheritance Relationships

Base Type

Class Documentation

class VulkanException : public inexor::vulkan_renderer::InexorException

InexorException for Vulkan specific things.

Public Functions

VulkanException(std::string message, VkResult result)
Parameters
  • message – The exception message.

  • result – The VkResult value of the Vulkan API call which failed.