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.
15 lines
312 B
15 lines
312 B
//
|
|
// This file was automatically generated. Please don't edit by hand.
|
|
//
|
|
|
|
#ifndef ATMOSPHERICSCATTERING_CS_HLSL
|
|
#define ATMOSPHERICSCATTERING_CS_HLSL
|
|
|
|
//
|
|
// UnityEngine.Rendering.HighDefinition.FogColorMode: static fields
|
|
//
|
|
#define FOGCOLORMODE_CONSTANT_COLOR (0)
|
|
#define FOGCOLORMODE_SKY_COLOR (1)
|
|
|
|
|
|
#endif
|