We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b56572 commit 658f4c6Copy full SHA for 658f4c6
com.unity.render-pipelines.universal/Shaders/Particles/ParticlesEditorPass.hlsl
@@ -4,9 +4,10 @@
4
#include "Packages/com.unity.render-pipelines.universal/Shaders/Particles/ParticlesInput.hlsl"
5
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Particles.hlsl"
6
7
-#ifdef _ALPHATEST_ON
8
-half _Cutoff;
9
-#endif
+// (ASG) Removed to prevent redefinition of _Cutoff. Original definition in ParticlesLit.shader:10
+// #ifdef _ALPHATEST_ON
+// half _Cutoff;
10
+// #endif
11
12
float _ObjectId;
13
float _PassValue;
0 commit comments