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:
Austin Eng
2019-04-09 15:12:50 +00:00
committed by Commit Bot service account
parent 865cad89b9
commit 5f1d2e1c8d
12 changed files with 4 additions and 91 deletions

View File

@@ -271,7 +271,6 @@ namespace utils {
desc.lodMinClamp = kLodMin;
desc.lodMaxClamp = kLodMax;
desc.compareFunction = dawn::CompareFunction::Never;
desc.borderColor = dawn::BorderColor::TransparentBlack;
return desc;
}