mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 14:52:41 +13:00
More iOS work
This commit is contained in:
parent
9bc50a4b9c
commit
432eb0d2b3
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ void RendererMTL::beginRenderPassIfNeeded(
|
|||
) {
|
||||
createCommandBufferIfNeeded();
|
||||
|
||||
if (1 ||doesClears || !renderCommandEncoder || colorTexture != lastColorTexture ||
|
||||
if (doesClears || !renderCommandEncoder || colorTexture != lastColorTexture ||
|
||||
(depthTexture != lastDepthTexture && !(lastDepthTexture && !depthTexture))) {
|
||||
endRenderPass();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue