| # 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", | |
| ], | |
| ) |