From 4bbb043bc57f1dc27aa46624cd4d11b063070bac Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Sep 2022 10:03:46 +1000 Subject: Cleanup: spelling in comments, comment blocks --- source/blender/gpu/metal/mtl_context.mm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/metal/mtl_context.mm b/source/blender/gpu/metal/mtl_context.mm index a66645e5fb5..1302cf0dabd 100644 --- a/source/blender/gpu/metal/mtl_context.mm +++ b/source/blender/gpu/metal/mtl_context.mm @@ -201,8 +201,9 @@ id MTLContext::ensure_begin_render_pass() /* Ensure command buffer workload submissions are optimal -- * Though do not split a batch mid-IMM recording. */ /* TODO(Metal): Add IMM Check once MTLImmediate has been implemented. */ - if (this->main_command_buffer.do_break_submission()/*&& - !((MTLImmediate *)(this->imm))->imm_is_recording()*/) { + if (this->main_command_buffer.do_break_submission() + // && !((MTLImmediate *)(this->imm))->imm_is_recording() + ) { this->flush(); } -- cgit v1.2.3