45 lines
1.0 KiB
C++
45 lines
1.0 KiB
C++
#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,
|
|
};
|
|
|
|
}
|
|
|