blob: 99a0efb15f1926c3a800c7f7df9b4f83f720fe97 [file] [log] [blame]
library_search_paths = [
"obj/src/graphics/lib/compute/spinel",
"obj/src/graphics/lib/compute/common",
"obj/src/graphics/lib/compute/common/vk",
"obj/src/graphics/lib/compute/hotsort/platforms/vk",
"obj/src/graphics/lib/compute/spinel/platforms/vk/targets/vendors/intel/gen8/hotsort",
"obj/src/graphics/lib/compute/spinel/platforms/vk/targets/vendors/amd/gcn3/hotsort",
"obj/src/graphics/lib/compute/spinel/platforms/vk/targets/vendors/nvidia/sm50/hotsort",
"obj/src/graphics/lib/compute/spinel/platforms/vk",
"obj/src/graphics/lib/compute/spinel/platforms/vk/targets/vendors/intel/gen8",
"obj/src/graphics/lib/compute/spinel/platforms/vk/targets/vendors/amd/gcn3",
"obj/src/graphics/lib/compute/spinel/platforms/vk/targets/vendors/nvidia/sm50",
]
additional_shared_libraries = [
"libvulkan.so",
"librust-trace-provider.so",
]
data_files = [
{ src = "src/render/shaders/copy.comp.spv", dst = "data/shaders/copy.comp.spv"},
{ src = "src/render/shaders/motioncopy-unorm.comp.spv", dst = "data/shaders/motioncopy-unorm.comp.spv"},
{ src = "src/render/shaders/motioncopy-srgb.comp.spv", dst = "data/shaders/motioncopy-srgb.comp.spv"},
]