Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
CompilationOptions.hpp
1#pragma once
2
4 enum class Target {
5 DirectX = 0,
6 Vulkan,
8 };
9
10 Target target;
11 bool isDebug = false;
12};
Definition GLBuffer.hpp:5
Definition ImguiRendererVulkan.hpp:11
Definition CompilationOptions.hpp:3