mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 17:05:31 +00:00
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:
committed by
Commit Bot service account
parent
59b2987b20
commit
5aa7458db6
@@ -693,8 +693,6 @@ class SetBindGroupValidationTest : public ValidationTest {
|
||||
}
|
||||
|
||||
wgpu::BindGroupLayout mBindGroupLayout;
|
||||
wgpu::Buffer mUniformBuffer;
|
||||
wgpu::Buffer mStorageBuffer;
|
||||
|
||||
wgpu::RenderPipeline CreateRenderPipeline() {
|
||||
wgpu::ShaderModule vsModule =
|
||||
|
||||
Reference in New Issue
Block a user