Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
CompilationOptions.hpp
1
#pragma once
2
3
struct
CompilationOptions
{
4
enum class
Target {
5
DirectX = 0,
6
Vulkan,
7
OpenGL
8
};
9
10
Target target;
11
bool
isDebug =
false
;
12
};
CompilationOptions
Definition
CompilationOptions.hpp:3
sources
code
Plugins
EditorPipelineSetImporter
PipelineSet
Converter
CompilationOptions.hpp
Generated by
1.13.2