0

[//gpu] Add FramebufferFetch as optional on Graphite's Dawn device

Bug: 1512093
Change-Id: I1d9f41332870eafb607b62e966df6424a3470b8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5126315
Auto-Submit: Colin Blundell <blundell@chromium.org>
Reviewed-by: Peng Huang <penghuang@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1238136}
This commit is contained in:
Colin Blundell
2023-12-15 18:06:18 +00:00
committed by Chromium LUCI CQ
parent fdde8a1e81
commit b64476404c

@ -332,6 +332,7 @@ bool DawnContextProvider::Initialize(
const wgpu::FeatureName kOptionalFeatures[] = {
wgpu::FeatureName::BGRA8UnormStorage,
wgpu::FeatureName::DualSourceBlending,
wgpu::FeatureName::FramebufferFetch,
wgpu::FeatureName::MultiPlanarFormatExtendedUsages,
wgpu::FeatureName::MultiPlanarFormatP010,
wgpu::FeatureName::MultiPlanarFormatNv12a,