mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 14:08:04 +00:00
Remove dawn_native::DeviceDescriptor typedef
Bug: dawn:160, dawn:689 Change-Id: I9ec5f2056ac70c4150e6555291045690ee295403 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70582 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
@@ -70,10 +70,6 @@ namespace dawn_native {
|
||||
const WGPURequiredLimits* requiredLimits = nullptr;
|
||||
};
|
||||
|
||||
// TODO(crbug.com/dawn/160): Remove when embedders of Dawn are updated to use
|
||||
// DawnDeviceDescriptor.
|
||||
using DeviceDescriptor = DawnDeviceDescriptor;
|
||||
|
||||
// A struct to record the information of a toggle. A toggle is a code path in Dawn device that
|
||||
// can be manually configured to run or not outside Dawn, including workarounds, special
|
||||
// features and optimizations.
|
||||
|
||||
Reference in New Issue
Block a user