blob: b2c2e707d1811149b5183fbdeb6f68e2941d491b [file] [log] [blame]
# Copyright 2025 Google LLC.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# All of these are the same as Dawn's versions for backwards compatibility.
dawn_enable_d3d11 = false
dawn_enable_d3d12 = is_win
dawn_enable_opengles = false
dawn_enable_metal = is_mac || is_ios
dawn_enable_vulkan = is_linux || is_android
}