enum class PerformanceMode_t : uint32
{
    PM_NORMAL = 0,
    PM_NO_GIBS = 1,
};