17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
Shader "Hidden/Universal Render Pipeline/ObjectMotionVectorFallback"
|
|
{
|
|
SubShader
|
|
{
|
|
Pass
|
|
{
|
|
Name "MotionVectors"
|
|
|
|
Tags{ "LightMode" = "MotionVectors" }
|
|
|
|
HLSLPROGRAM
|
|
#include_with_pragmas "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ObjectMotionVectors.hlsl"
|
|
ENDHLSL
|
|
}
|
|
}
|
|
}
|