We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b33bf commit 64a9d59Copy full SHA for 64a9d59
Packages/com.unity.render-pipelines.universal/Runtime/MotionVectors.cs
@@ -7,7 +7,7 @@ internal sealed class MotionVectorsPersistentData
7
{
8
#region Fields
9
10
- private const int k_EyeCount = 2;
+ private const int k_EyeCount = 4;
11
12
readonly Matrix4x4[] m_Projection = new Matrix4x4[k_EyeCount];
13
readonly Matrix4x4[] m_View = new Matrix4x4[k_EyeCount];
0 commit comments