|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#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>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. | |