• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 The ANGLE Project Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Paths to glslang dependencies in ANGLE
6glslang_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
7
8# Reduce glslang's features to what the Vulkan backend of ANGLE uses. This both speeds up glslang's
9# initialization and reduces binary footprint.
10glslang_angle = true
11