GraphicsAPI.hh
STL class.
@ METAL
static GraphicsAPI Set(const std::string &_str)
Set an enum from a string. This function requires a valid string, and an array of names for the enum ...
@ GRAPHICS_API_END
Utils to convert GraphicsAPI to and from strings.
Definition: GraphicsAPI.hh:60
GraphicsAPI
The graphics API used by the render engine.
Definition: GraphicsAPI.hh:31
static std::string Str(GraphicsAPI _e)
Convert enum value to string.
@ GRAPHICS_API_BEGIN