UnityGame/Library/PackageCache/com.unity.render-pipelines.universal/Editor/VFXGraph/Shaders/Templates/VFXParticleBasicCube.template
2024-10-27 10:53:47 +03:00

14 lines
483 B
Plaintext

{
SubShader
{
Cull Back
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXInclude("Shaders/ParticleHexahedron/PassSelection.template")}
${VFXInclude("Shaders/ParticleHexahedron/PassDepth.template"),IS_OPAQUE_PARTICLE}
${VFXInclude("Shaders/ParticleHexahedron/PassBasicForward.template")}
${VFXInclude("Shaders/ParticleHexahedron/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
${VFXIncludeRP("Templates/ParticleHexahedron/PassForward2D.template")}
}
}