mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
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:
committed by
Dawn LUCI CQ
parent
d4b85fbd76
commit
363c28e5d1
@@ -108,7 +108,7 @@ void init() {
|
||||
void frame() {
|
||||
WGPUTextureView backbufferView = wgpuSwapChainGetCurrentTextureView(swapchain);
|
||||
WGPURenderPassDescriptor renderpassInfo = {};
|
||||
WGPURenderPassColorAttachmentDescriptor colorAttachment = {};
|
||||
WGPURenderPassColorAttachment colorAttachment = {};
|
||||
{
|
||||
colorAttachment.attachment = backbufferView;
|
||||
colorAttachment.resolveTarget = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user