blob: ad1fb8e38c08f87e07fc77b6f83148a89055eb9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2019 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.
import("//third_party/angle/gni/angle.gni")
vulkan_headers_dir = "//third_party/angle/third_party/vulkan-headers/src"
vulkan_data_subdir = angle_data_dir
vulkan_gen_subdir = "angle/vulkan"
|