mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
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:
committed by
Commit Bot service account
parent
be5c135672
commit
3d38301020
@@ -112,8 +112,6 @@ namespace utils {
|
||||
cDepthStencilState.stencilWriteMask = 0xff;
|
||||
descriptor->depthStencilState = nullptr;
|
||||
}
|
||||
|
||||
descriptor->layout = utils::MakeBasicPipelineLayout(device, nullptr);
|
||||
}
|
||||
|
||||
} // namespace utils
|
||||
|
||||
Reference in New Issue
Block a user