Files
ReshadePluginsCore/SpongeBogTOTT/SDK/RenderCore_structs.hpp

45 lines
1.0 KiB
C++
Raw Normal View History

2025-11-07 17:29:49 +01:00
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: RenderCore
#include "Basic.hpp"
namespace SDK
{
// Enum RenderCore.EVTProducerPriority
// NumValues: 0x000A
enum class EVTProducerPriority : uint8
{
Lowest = 0,
Lower = 1,
Low = 2,
BelowNormal = 3,
Normal = 4,
AboveNormal = 5,
High = 6,
Highest = 7,
Count = 8,
EVTProducerPriority_MAX = 9,
};
// Enum RenderCore.EVTInvalidatePriority
// NumValues: 0x0004
enum class EVTInvalidatePriority : uint8
{
Normal = 0,
High = 1,
Count = 2,
EVTInvalidatePriority_MAX = 3,
};
}