Updating end-2-end tests to use new RenderPipelineDescriptor format

Bug: dawn:642
Change-Id: Ie38dfe7286b51eb7f3ecd8902e5249321ff63c11
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/44980
Auto-Submit: Brandon Jones <bajones@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
Brandon Jones
2021-03-18 02:54:27 +00:00
committed by Commit Bot service account
parent 27c4f03de1
commit bff9d3a357
55 changed files with 849 additions and 833 deletions

View File

@@ -73,8 +73,6 @@ namespace utils {
std::array<wgpu::BlendState, kMaxColorAttachments> cBlends;
wgpu::FragmentState cFragment;
private:
wgpu::DepthStencilState cDepthStencil;
};