cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
Common.hpp File Reference

This file contains the common definitions. More...

#include "CAE/Version.hpp"
#include "Engine/Common.hpp"
+ Include dependency graph for Common.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cae
 
namespace  cae::MESSAGE
 
namespace  cae::PLUGINS
 
namespace  cae::PLUGINS::NAME
 
namespace  cae::PLUGINS::NAME::RENDERER
 
namespace  cae::PLUGINS::NAME::SHADER
 
namespace  cae::PLUGINS::NAME::SHADER::IR
 
namespace  cae::PLUGINS::NAME::SHADER::FRONTEND
 
namespace  cae::PLUGINS::NAME::WINDOW
 
namespace  cae::USER
 

Variables

static constexpr std::string_view cae::MESSAGE::HELP_MSG
 
static constexpr std::string_view cae::MESSAGE::VERSION_MSG
 
constexpr auto cae::PLUGINS::NAME::RENDERER::OPENGL = "OpenGL"
 
constexpr auto cae::PLUGINS::NAME::RENDERER::VULKAN = "Vulkan"
 
constexpr auto cae::PLUGINS::NAME::SHADER::IR::SPIRV = "SPIRV"
 
constexpr auto cae::PLUGINS::NAME::SHADER::FRONTEND::GLSL = "GLSL"
 
constexpr auto cae::PLUGINS::NAME::WINDOW::COCOA = "Cocoa"
 
constexpr auto cae::PLUGINS::NAME::WINDOW::GLFW = "GLFW"
 
constexpr auto cae::PLUGINS::NAME::WINDOW::WIN32_ = "Win32"
 
constexpr auto cae::PLUGINS::NAME::WINDOW::X11 = "X11"
 
constexpr auto cae::USER::NAME = "User"
 

Detailed Description

This file contains the common definitions.

Definition in file Common.hpp.