Use GetBindGroupLayout in ColorStateTests

Bug: dawn:276
Change-Id: If5824bc4870f8842481f7b4012c47ad709395e57
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14020
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng
2019-12-03 20:39:53 +00:00
committed by Commit Bot service account
parent be5c135672
commit 3d38301020
2 changed files with 2 additions and 20 deletions

View File

@@ -112,8 +112,6 @@ namespace utils {
cDepthStencilState.stencilWriteMask = 0xff;
descriptor->depthStencilState = nullptr;
}
descriptor->layout = utils::MakeBasicPipelineLayout(device, nullptr);
}
} // namespace utils