We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3c4a1 commit 7566d67Copy full SHA for 7566d67
impeller/renderer/backend/metal/surface_mtl.mm
@@ -43,7 +43,7 @@
43
return nullptr;
44
}
45
46
- msaa_tex->SetLabel("PlaygroundMainColor4xMSAA");
+ msaa_tex->SetLabel("ImpellerOnscreenColor4xMSAA");
47
48
TextureDescriptor onscreen_tex_desc;
49
onscreen_tex_desc.format = PixelFormat::kB8G8R8A8UNormInt;
@@ -67,7 +67,7 @@
67
static_cast<TextureUsageMask>(TextureUsage::kRenderTarget);
68
auto stencil_texture = context->GetPermanentsAllocator()->CreateTexture(
69
StorageMode::kDeviceTransient, stencil0_tex);
70
- stencil_texture->SetLabel("PlaygroundMainStencil");
+ stencil_texture->SetLabel("ImpellerOnscreenStencil");
71
72
StencilAttachment stencil0;
73
stencil0.texture = stencil_texture;
0 commit comments