mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 02:39:11 +00:00
Make Toggles overriden automatically and device creation
Bug: dawn:373 Change-Id: I9aac64d1b800caad123161f4b48e70d39c1e0085 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18761 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
be73a51136
commit
022d074c06
@@ -80,10 +80,6 @@ namespace dawn_native { namespace null {
|
||||
|
||||
Device::Device(Adapter* adapter, const DeviceDescriptor* descriptor)
|
||||
: DeviceBase(adapter, descriptor) {
|
||||
// Apply toggle overrides if necessary for test
|
||||
if (descriptor != nullptr) {
|
||||
ApplyToggleOverrides(descriptor);
|
||||
}
|
||||
}
|
||||
|
||||
Device::~Device() {
|
||||
|
||||
Reference in New Issue
Block a user