mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 15:46:28 +00:00
Add occlusionQuerySet for compatibility with upstream webgpu.h
Adds RenderPassDescriptor.occlusionQuerySet for struct compatibility with upstream webgpu.h, and validation errors that it's not used (since it's not implemented). Bug: dawn:22 Change-Id: I05ac75105038a0d7569cc720170e55f35b0f80d7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24620 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
0b43a803bf
commit
53405b54d5
@@ -67,7 +67,7 @@ namespace utils {
|
||||
|
||||
std::array<wgpu::RenderPassColorAttachmentDescriptor, kMaxColorAttachments>
|
||||
cColorAttachments;
|
||||
wgpu::RenderPassDepthStencilAttachmentDescriptor cDepthStencilAttachmentInfo;
|
||||
wgpu::RenderPassDepthStencilAttachmentDescriptor cDepthStencilAttachmentInfo = {};
|
||||
};
|
||||
|
||||
struct BasicRenderPass {
|
||||
|
||||
Reference in New Issue
Block a user