You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/engine_types.h

23 lines
227 B
C

#pragma once
enum EngineTypes
{
UNKNOWN,
OPENGL,
VULKAN,
DXVK,
VKD3D,
DAMAVAND,
ZINK,
WINED3D,
FERAL3D,
TOGL,
GAMESCOPE
};
extern const char* engines[];
extern const char* engines_short[];