Skip to content

Commit 618ad8a

Browse files
authored
Hybrid Renderer Command Buffer: Remove out-dated assert from RequestImmediateMode - the state it was guarding against is a valid state. (#71)
1 parent 675ba6e commit 618ad8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.HybridRendererCommandBuffer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public void EnsureProfilingSampler(string name, HybridRendererCommandBufferSyste
9999

100100
public void RequestImmediateMode(bool enabled)
101101
{
102-
Debug.Assert(debugSubmittedSystemState.Count == 0);
103102
immediateModeEnabledNext = enabled;
104103
}
105104

0 commit comments

Comments
 (0)