Net-Game/Library/PackageCache/com.unity.render-pipelines.universal@506b3deb0041/Editor/VFXGraph/Shaders/Templates/VFXParticleURPDecal.template
2025-03-28 08:33:16 -04: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}
}
}