blob: a9cde0d7bd0c38091487e2ce611114f9fa69d742 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# Consolidated build toggle for use of Vulkan across Fuchsia
fuchsia_use_vulkan = true
# Path to Fuchsia Vulkan SDK
fuchsia_vulkan_sdk = "//third_party/vulkan_loader_and_validation_layers"
}