diff --git a/src/dawn/native/d3d11/PhysicalDeviceD3D11.cpp b/src/dawn/native/d3d11/PhysicalDeviceD3D11.cpp index 37adc7863d..58cbddaed0 100644 --- a/src/dawn/native/d3d11/PhysicalDeviceD3D11.cpp +++ b/src/dawn/native/d3d11/PhysicalDeviceD3D11.cpp @@ -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 {