Files
LowPolyBattleSim/Library/PackageCache/com.unity.render-pipelines.universal@087c6d6dbb7d/Editor/VFXGraph/Shaders/Templates/VFXParticleURPDecal.template
Caleb Sandford deQuincey ecdd3e2a9e intial commit
2025-06-27 23:27:49 +01:00

16 lines
480 B
Plaintext

{
SubShader
{
HLSLINCLUDE
#define mainTexture baseColorMap
ENDHLSL
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXInclude("Shaders/ParticleHexahedron/PassSelection.template")}
${VFXIncludeRP("Templates/URPDecal/PassDBuffer.template")}
${VFXIncludeRP("Templates/URPDecal/PassGBuffer.template")}
${VFXIncludeRP("Templates/URPDecal/PassScreenSpace.template")}
${VFXIncludeRP("Templates/URPDecal/PassForwardEmissive.template"), AFFECT_EMISSIVE}
}
}