blob: cf6d6eaffd9f5f8898bca8885c75ead8a05b34f0 [file] [log] [blame]
# Copyright 2021 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() {
# If true, Flatland will log an excruciating amount of data. For debugging.
flatland_verbose_logging = false
# Include the vulkan validation layers in scenic.
scenic_enable_vulkan_validation = is_debug
}