mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Fix RenderPassDescriptor to be extensible.
BUG=dawn:22 Change-Id: Ib9c2cd3259db0e07fa02134ce6d0d5d75a24546c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/11901 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
720988d878
commit
5f53d5302f
@@ -129,6 +129,7 @@ void frame() {
|
||||
DawnTexture backbuffer = dawnSwapChainGetNextTexture(swapchain);
|
||||
DawnTextureView backbufferView = dawnTextureCreateView(backbuffer, nullptr);
|
||||
DawnRenderPassDescriptor renderpassInfo;
|
||||
renderpassInfo.nextInChain = nullptr;
|
||||
renderpassInfo.label = nullptr;
|
||||
DawnRenderPassColorAttachmentDescriptor colorAttachment;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user