Rasagar/Library/PackageCache/com.unity.render-pipelines.high-definition/Runtime/PostProcessing/Shaders/UberPostFeatures.cs.hlsl

18 lines
463 B
HLSL
Raw Normal View History

2024-08-26 13:07:20 -07:00
//
// 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