blob: 6109db8887202f653088204aa4df366ad218486c [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
glslang_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
# Chromium uses glslang for ANGLE's Vulkan backend.
#
# Note that the latter is not shipped to end users. For ANGLE, glslang is tailored to support only
# what ANGLE needs. This significantly reduces the binary size of ANGLE as well as glslang's startup
# time. This flag makes glslang strip features that are not used by ANGLE.
glslang_angle = true