Skip to content

Commit 327f273

Browse files
committed
Fix after rebase / function rename
1 parent c8c0f46 commit 327f273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.render-pipelines.high-definition/Runtime/Compositor/CompositionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ void CustomRender(ScriptableRenderContext context, HDCamera camera)
682682
{
683683
// fill the camera-related entries in the global constant buffer
684684
// (Note: we later patch the position/_ViewProjMatrix values in order to perform a full screen blit with a SG Unlit material)
685-
camera.UpdateShaderVariableGlobalCB(ref m_ShaderVariablesGlobalCB, 0);
685+
camera.UpdateShaderVariablesGlobalCB(ref m_ShaderVariablesGlobalCB, 0);
686686

687687
m_ShaderVariablesGlobalCB._WorldSpaceCameraPos_Internal = new Vector3(0.0f, 0.0f, 0.0f);
688688
cmd.SetViewport(new Rect(0, 0, camera.camera.pixelWidth, camera.camera.pixelHeight));

0 commit comments

Comments
 (0)