You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
502 B
16 lines
502 B
4 months ago
|
# Copyright 2019 Google Inc.
|
||
|
#
|
||
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
# found in the LICENSE file.
|
||
|
|
||
|
# These are variables that are overridable by projects that include Tint.
|
||
|
|
||
|
tint_root_dir = "//third_party/externals/tint"
|
||
|
tint_spirv_tools_dir = "//third_party/externals/spirv-tools"
|
||
|
tint_spirv_headers_dir = "//third_party/externals/spirv-headers"
|
||
|
|
||
|
tint_build_spv_reader = true
|
||
|
tint_build_spv_writer = true
|
||
|
tint_build_wgsl_reader = true
|
||
|
tint_build_wgsl_writer = false
|