9#include "CAE/Version.hpp"
19 " -h, --help Show this help message\n"
20 " -v, --version Show version information\n"
21 " -c, --config <path> Specify JSON configuration file";
26 namespace PLUGINS::NAME
30 inline constexpr auto OPENGL =
"OpenGL";
31 inline constexpr auto VULKAN =
"Vulkan";
38 inline constexpr auto SPIRV =
"SPIRV";
43 inline constexpr auto GLSL =
"GLSL";
50 inline constexpr auto COCOA =
"Cocoa";
51 inline constexpr auto GLFW =
"GLFW";
52 inline constexpr auto WIN32_ =
"Win32";
53 inline constexpr auto X11 =
"X11";
60 inline constexpr auto NAME =
"User";
Class for the GLFW plugin.
Class for the GLSL plugin.
Class for the SPIR-V IR plugin.
This file contains common constants used across the engine.
static constexpr std::string_view VERSION_MSG
static constexpr std::string_view HELP_MSG