Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d937190

Browse files
committed
Ugh.
1 parent 057aaa3 commit d937190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

impeller/renderer/backend/vulkan/render_pass_builder_vk.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ vk::UniqueRenderPass RenderPassBuilderVK::Build(
120120
}
121121

122122
if (depth_stencil_.has_value()) {
123-
vk::AttachmentReference depth_stencil_ref;
124123
depth_stencil_ref.attachment = attachments.size();
125124
depth_stencil_ref.layout = vk::ImageLayout::eGeneral;
126125
attachments.push_back(depth_stencil_.value());

0 commit comments

Comments
 (0)