mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +00:00
Also use ExternalImageDescriptor in D3D12 and Metal Backends
Bug: chromium:1036080 Change-Id: I358b0441c168ca075b09ab028c2f6d9df2a44d59 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/16240 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Natasha Lee <natlee@microsoft.com>
This commit is contained in:
committed by
Commit Bot service account
parent
cb90835dd9
commit
6f92b9160b
@@ -171,4 +171,8 @@ namespace dawn_native {
|
||||
return GetProcMapNamesForTestingInternal();
|
||||
}
|
||||
|
||||
ExternalImageDescriptor::ExternalImageDescriptor(ExternalImageDescriptorType type)
|
||||
: type(type) {
|
||||
}
|
||||
|
||||
} // namespace dawn_native
|
||||
|
||||
Reference in New Issue
Block a user