Fixed build.

This commit is contained in:
Бранимир Караџић
2025-10-21 18:52:56 -07:00
parent 9849e60a72
commit a9b8b0b0d5

View File

@@ -1594,7 +1594,7 @@ static_assert(BX_COUNTOF(s_accessNames) == Access::Count, "Invalid s_accessNames
if (prevMetalLayerPixelFormat != getSwapChainPixelFormat(m_mainFrameBuffer.m_swapChain))
{
MTL_RELEASE(m_screenshotBlitRenderPipelineState)
MTL_RELEASE(m_screenshotBlitRenderPipelineState);
reset(m_renderPipelineDescriptor);
m_renderPipelineDescriptor.colorAttachments[0].pixelFormat = getSwapChainPixelFormat(m_mainFrameBuffer.m_swapChain);