mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Remove sampler border color from Dawn to match WebGPU
Bug: chromium:877147 Change-Id: I9760b3c6cb67a3ffa08feeaff8e8b24b80ec4200 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/6380 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
865cad89b9
commit
5f1d2e1c8d
@@ -271,7 +271,6 @@ namespace utils {
|
||||
desc.lodMinClamp = kLodMin;
|
||||
desc.lodMaxClamp = kLodMax;
|
||||
desc.compareFunction = dawn::CompareFunction::Never;
|
||||
desc.borderColor = dawn::BorderColor::TransparentBlack;
|
||||
|
||||
return desc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user