blob: ef7cd3abff3251960414d8ca77e754d0692678dc [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("shader_utils") {
sources = [
"spirv_file_util.cc",
"spirv_file_util.h",
]
deps = [
"//src/ui/examples/escher/common",
"//src/ui/lib/escher:vulkan",
]
include_dirs = [
"//lib",
"//src/ui/lib/escher/vk",
"//third_party/glm",
]
}