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.
10 lines
429 B
10 lines
429 B
2 years ago
|
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
|
||
|
#if defined(FOG_LINEAR) || defined(FOG_EXP) || defined(FOG_EXP2)
|
||
|
#define USE_FOG 1
|
||
|
#endif
|
||
|
|
||
|
// this is only necessary for the old VFXTarget pathway
|
||
|
// it defines the macro used to access hybrid instanced properties
|
||
|
// (new HDRP/URP Target pathway overrides the type so this is never used)
|
||
|
#define UNITY_ACCESS_HYBRID_INSTANCED_PROP(name, type) name
|