PalWorld-NetCrack/SDK/DLSS_structs.hpp
2024-01-22 14:43:11 +08:00

41 lines
1.1 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// ENUMS
//---------------------------------------------------------------------------------------------------------------------
enum class EDLSSSettingOverride : uint8
{
Enabled = 0,
Disabled = 1,
UseProjectSettings = 2,
EDLSSSettingOverride_MAX = 3,
};
enum class EDLSSPreset : uint8
{
Default = 0,
A = 1,
B = 2,
C = 3,
D = 4,
E = 5,
F = 6,
G = 7,
EDLSSPreset_MAX = 8,
};
//---------------------------------------------------------------------------------------------------------------------
// STRUCTS
//---------------------------------------------------------------------------------------------------------------------
}