blob: b68cd92856677746d39c70d017a6b1af53831abf [file] [log] [blame]
Corentin Wallez82fe4d22021-03-12 11:46:04 +01001# Copyright 2019 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# These are variables that are overridable by projects that include Tint.
7
8tint_root_dir = "//third_party/externals/tint"
9tint_spirv_tools_dir = "//third_party/externals/spirv-tools"
10tint_spirv_headers_dir = "//third_party/externals/spirv-headers"
11
12tint_build_spv_reader = true
13tint_build_spv_writer = true
14tint_build_wgsl_reader = true
Sarah69a378c2021-06-29 16:14:20 -040015tint_build_wgsl_writer = true