Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
ApplicationContext.h File Reference
#include <filesystem>
#include <vulkan/vulkan_core.h>
#include <vk_mem_alloc.h>
#include <openxr/openxr.h>
#include <openxr/openxr_platform.h>
#include <optional>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for ApplicationContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EngineCore::EnvironmentException
 Is thrown when the environment for the game is not setup properly. So for example if we cant find an openxr runtime this is thrown. More...
class  EngineCore::ApplicationContext
 The application context is the core class which stores the basic openxr and vulkan objects. More...
struct  EngineCore::ApplicationContext::QueueFamily
struct  EngineCore::ApplicationContext::QueueFamily::Family

Namespaces

namespace  EngineCore
 Log category system implementation.