mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +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
@@ -40,7 +40,6 @@ namespace dawn_native {
|
||||
DAWN_TRY(ValidateAddressMode(descriptor->addressModeV));
|
||||
DAWN_TRY(ValidateAddressMode(descriptor->addressModeW));
|
||||
DAWN_TRY(ValidateCompareFunction(descriptor->compareFunction));
|
||||
DAWN_TRY(ValidateBorderColor(descriptor->borderColor));
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user