UnityGame/Library/PackageCache/com.unity.render-pipelines.universal/Editor/VFXGraph/Shaders/Templates/VFXParticleURPDecal.template
2024-10-27 10:53:47 +03: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}
}
}