You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
463 B
17 lines
463 B
//
|
|
// This file was automatically generated. Please don't edit by hand.
|
|
//
|
|
|
|
#ifndef UBERPOSTFEATURES_CS_HLSL
|
|
#define UBERPOSTFEATURES_CS_HLSL
|
|
//
|
|
// UnityEngine.Rendering.HighDefinition.UberPostFeatureFlags: static fields
|
|
//
|
|
#define UBERPOSTFEATUREFLAGS_NONE (0)
|
|
#define UBERPOSTFEATUREFLAGS_CHROMATIC_ABERRATION (1)
|
|
#define UBERPOSTFEATUREFLAGS_VIGNETTE (2)
|
|
#define UBERPOSTFEATUREFLAGS_LENS_DISTORTION (4)
|
|
#define UBERPOSTFEATUREFLAGS_ENABLE_ALPHA (8)
|
|
|
|
|
|
#endif
|