Unity-NorthStar / data /Packages /com.unity.render-pipelines.universal /Editor /VFXGraph /VFXURPSubOutput.cs
| namespace UnityEditor.VFX.URP | |
| { | |
| class VFXURPSubOutput : VFXSRPSubOutput | |
| { | |
| //URP only support motion vector on opaque geometry (with or without ShaderGraph) | |
| public override bool supportsMotionVector => owner.isBlendModeOpaque; | |
| } | |
| } | |