Remove typedefs for deprecated types.

Bug: dawn:762
Change-Id: I1581d80898d4a98010bb14c5823a1a343c229664
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63383
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Brandon Jones <bajones@google.com>
Reviewed-by: Brandon Jones <bajones@google.com>
This commit is contained in:
Corentin Wallez
2021-09-10 15:50:19 +00:00
committed by Dawn LUCI CQ
parent d4b85fbd76
commit 363c28e5d1
8 changed files with 13 additions and 30 deletions

View File

@@ -108,7 +108,7 @@ void init() {
void frame() {
WGPUTextureView backbufferView = wgpuSwapChainGetCurrentTextureView(swapchain);
WGPURenderPassDescriptor renderpassInfo = {};
WGPURenderPassColorAttachmentDescriptor colorAttachment = {};
WGPURenderPassColorAttachment colorAttachment = {};
{
colorAttachment.attachment = backbufferView;
colorAttachment.resolveTarget = nullptr;