glslang.gni 584 B

123456789101112
  1. # Copyright 2018 The Chromium 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. glslang_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
  5. # Chromium uses glslang for ANGLE's Vulkan backend.
  6. #
  7. # Note that the latter is not shipped to end users. For ANGLE, glslang is tailored to support only
  8. # what ANGLE needs. This significantly reduces the binary size of ANGLE as well as glslang's startup
  9. # time. This flag makes glslang strip features that are not used by ANGLE.
  10. glslang_angle = true