blob: 458ba63143d956a494c3cab2416e5b60cd231b18 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "public_hdrs",
srcs = [
"GrVkBackendContext.h",
"GrVkExtensions.h",
"GrVkMemoryAllocator.h",
"GrVkTypes.h",
"GrVkVulkan.h",
],
visibility = ["//include/gpu:__pkg__"],
)