SDEngine
Game Engine
Loading...
Searching...
No Matches
EngineServices.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace sd {
4
5class GlfwContext;
6class VulkanContext;
7class VulkanRenderer;
8class SDImGuiContext;
9
16
17} // namespace sd
RAII wrapper for initializing and terminating Glfw. Also sets a glfwErrorCallback.
Definition GlfwContext.hpp:24
Definition SDImGuiContext.hpp:27
Definition VulkanContext.hpp:22
Definition VulkanRenderer.hpp:22
Definition Application.hpp:28
Definition EngineServices.hpp:10
VulkanContext & vulkan
Definition EngineServices.hpp:12
VulkanRenderer & renderer
Definition EngineServices.hpp:13
GlfwContext & glfw
Definition EngineServices.hpp:11
SDImGuiContext & imgui
Definition EngineServices.hpp:14