Skip to content

Commit 6560643

Browse files
committed
WIP
1 parent 33d50ef commit 6560643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/pl_graphics_metal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@
18741874
pl_graphics_consumer_barrier(plCommandBuffer* ptCmdBuffer, plPipelineStageFlags tSrcStages, plPipelineStageFlags tDstStages, plBarrierScope tScope)
18751875
{
18761876
plDevice* ptDevice = ptCmdBuffer->ptDevice;
1877-
PL_ASSERT(gptGraphics->bRenderEncoderActive || gptGraphics->bComputeEncoderActive);
1877+
PL_ASSERT(!gptGraphics->bRenderEncoderActive && !gptGraphics->bComputeEncoderActive);
18781878
PL_ASSERT(tSrcStages != 0);
18791879
PL_ASSERT(tDstStages != 0);
18801880

0 commit comments

Comments
 (0)