Tiny fixes for BindGroup/BindGroupLayout tests

This patch sets proper value in a few end2end tests for BindGroup/BindGroupLayout.
It also removes unused variables in unittest test for BindGroup/BindGroupLayout.

Bug=dawn:180
Change-Id: Ie5c8b2fd8265fe90b7b54c48af48106c356564b6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/13300
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Yunchao He <yunchao.he@intel.com>
This commit is contained in:
Yunchao He
2019-11-11 19:11:08 +00:00
committed by Commit Bot service account
parent 59b2987b20
commit 5aa7458db6
2 changed files with 9 additions and 6 deletions

View File

@@ -693,8 +693,6 @@ class SetBindGroupValidationTest : public ValidationTest {
}
wgpu::BindGroupLayout mBindGroupLayout;
wgpu::Buffer mUniformBuffer;
wgpu::Buffer mStorageBuffer;
wgpu::RenderPipeline CreateRenderPipeline() {
wgpu::ShaderModule vsModule =