mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-07 05:36:04 +00:00
d3d11: support external image
Bug: dawn:1724 Change-Id: I80e397331672a611a1bc2d805187b9c01c2e0530 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132360 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
7a0b6dada7
commit
9ac6c02fb2
@ -69,8 +69,7 @@ PhysicalDevice::PhysicalDevice(Backend* backend,
|
||||
PhysicalDevice::~PhysicalDevice() = default;
|
||||
|
||||
bool PhysicalDevice::SupportsExternalImages() const {
|
||||
// TODO(dawn:1724): Implement external images on D3D11.
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool PhysicalDevice::SupportsFeatureLevel(FeatureLevel featureLevel) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user