Skip to content

Commit 7566d67

Browse files
chinmaygardednfield
authored andcommitted
Minor: Change the names of the intermediates for the wrapped render target.
This used to be from the playground.
1 parent db3c4a1 commit 7566d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/renderer/backend/metal/surface_mtl.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
return nullptr;
4444
}
4545

46-
msaa_tex->SetLabel("PlaygroundMainColor4xMSAA");
46+
msaa_tex->SetLabel("ImpellerOnscreenColor4xMSAA");
4747

4848
TextureDescriptor onscreen_tex_desc;
4949
onscreen_tex_desc.format = PixelFormat::kB8G8R8A8UNormInt;
@@ -67,7 +67,7 @@
6767
static_cast<TextureUsageMask>(TextureUsage::kRenderTarget);
6868
auto stencil_texture = context->GetPermanentsAllocator()->CreateTexture(
6969
StorageMode::kDeviceTransient, stencil0_tex);
70-
stencil_texture->SetLabel("PlaygroundMainStencil");
70+
stencil_texture->SetLabel("ImpellerOnscreenStencil");
7171

7272
StencilAttachment stencil0;
7373
stencil0.texture = stencil_texture;

0 commit comments

Comments
 (0)