Skip to content

Commit

Permalink
Minor: Change the names of the intermediates for the wrapped render t…
Browse files Browse the repository at this point in the history
…arget.

This used to be from the playground.
  • Loading branch information
chinmaygarde authored and dnfield committed Apr 27, 2022
1 parent db3c4a1 commit 7566d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impeller/renderer/backend/metal/surface_mtl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
return nullptr;
}

msaa_tex->SetLabel("PlaygroundMainColor4xMSAA");
msaa_tex->SetLabel("ImpellerOnscreenColor4xMSAA");

TextureDescriptor onscreen_tex_desc;
onscreen_tex_desc.format = PixelFormat::kB8G8R8A8UNormInt;
Expand All @@ -67,7 +67,7 @@
static_cast<TextureUsageMask>(TextureUsage::kRenderTarget);
auto stencil_texture = context->GetPermanentsAllocator()->CreateTexture(
StorageMode::kDeviceTransient, stencil0_tex);
stencil_texture->SetLabel("PlaygroundMainStencil");
stencil_texture->SetLabel("ImpellerOnscreenStencil");

StencilAttachment stencil0;
stencil0.texture = stencil_texture;
Expand Down

0 comments on commit 7566d67

Please sign in to comment.