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

Thrown when the vulkan device is missing features which are required for the engine. More...

#include <ApplicationContext.h>

Inheritance diagram for Engine::Exceptions::MissingVulkanFeature:
Collaboration diagram for Engine::Exceptions::MissingVulkanFeature:

Public Member Functions

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

Detailed Description

Thrown when the vulkan device is missing features which are required for the engine.

Definition at line 33 of file ApplicationContext.h.

Constructor & Destructor Documentation

◆ MissingVulkanFeature() [1/2]

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

Definition at line 36 of file ApplicationContext.h.

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

Here is the call graph for this function:

◆ MissingVulkanFeature() [2/2]

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

Definition at line 37 of file ApplicationContext.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: