vulkan: Add vulkan-blit-filter

This commit is contained in:
columbarius 2024-01-29 12:03:47 +01:00 committed by Wim Taymans
parent c845338d81
commit 3e3a13c567
5 changed files with 1005 additions and 0 deletions

View file

@ -96,4 +96,5 @@ context.objects = [
#{ factory = adapter args = { factory.name = audiotestsrc node.name = my-test node.description = audiotestsrc } }
{ factory = spa-node-factory args = { factory.name = api.vulkan.compute.source node.name = vulkan-compute-source object.export = true } }
{ factory = spa-node-factory args = { factory.name = api.vulkan.compute.filter node.name = vulkan-compute-filter object.export = true } }
{ factory = spa-node-factory args = { factory.name = api.vulkan.blit.filter node.name = vulkan-blit-filter object.export = true } }
]