blob: 56dd1daffe46ed17c08860289140ca3bf68cb57b [file] [log] [blame]
# Copyright 2024 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.
cc_library(
name = "vkreadback",
srcs = [
"vkreadback.cc",
"vkreadback.h",
],
visibility = ["//visibility:public"],
deps = [
"//common/tests/common",
"@Vulkan-Headers//:headers",
"@com_google_googletest//:gtest",
"@fuchsia_sdk//pkg/vulkan",
],
)