Agrarsense
|
#include "CoreMinimal.h"
Go to the source code of this file.
Enumerations | |
enum class | EAntiAliasing : uint8 { NONE = 0 UMETA(DisplayName = "NONE") , FXAA = 1 UMETA(DisplayName = "FXAA") , TAA = 2 UMETA(DisplayName = "TAA") , TSR = 3 UMETA(DisplayName = "TSR") } |
|
strong |
Anti aliasing enum.
Enumerator | |
---|---|
NONE | |
FXAA | |
TAA | |
TSR |
Definition at line 14 of file AntiAliasing.h.