Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Exceptions::VulkanSetup Class Reference

Is thrown when trying to create a vulkan object and it fails. More...

#include <Exceptions.h>

Inheritance diagram for Engine::Exceptions::VulkanSetup:
Collaboration diagram for Engine::Exceptions::VulkanSetup:

Public Member Functions

 VulkanSetup (const std::string &message)
 VulkanSetup (const std::stringstream &message)
Public Member Functions inherited from Engine::Exceptions::Exception
 Exception (const std::string &message)
 Exception (const std::stringstream &message)

Detailed Description

Is thrown when trying to create a vulkan object and it fails.

Definition at line 24 of file Exceptions.h.

Constructor & Destructor Documentation

◆ VulkanSetup() [1/2]

Engine::Exceptions::VulkanSetup::VulkanSetup ( const std::string & message)
inlineexplicit

Definition at line 27 of file Exceptions.h.

References Engine::Exceptions::Exception::Exception().

Here is the call graph for this function:

◆ VulkanSetup() [2/2]

Engine::Exceptions::VulkanSetup::VulkanSetup ( const std::stringstream & message)
inlineexplicit

Definition at line 28 of file Exceptions.h.

References Engine::Exceptions::Exception::Exception().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Core/Exceptions.h