SDEngine
Game Engine
Loading...
Searching...
No Matches
EngineServices.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace sd {
4
5struct GlfwContext;
6struct VulkanContext;
7struct VulkanRenderer;
8struct SDImGuiContext;
9
16
17} // namespace sd
Definition Application.hpp:22
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
RAII wrapper for initializing and terminating Glfw. Also sets a glfwErrorCallback.
Definition GlfwContext.hpp:25
Definition SDImGuiContext.hpp:27
Definition VulkanContext.hpp:22
Definition VulkanRenderer.hpp:10