vulkan: split vulkan-utils into generic and compute part

This commit should just shuffle code around with no functional changes.
The goal is to ease development of simple vulkan nodes by providing
generic helpers.
This commit is contained in:
columbarius 2023-08-27 00:24:04 +02:00 committed by Wim Taymans
parent e7b4129944
commit ea2a2c47c7
8 changed files with 770 additions and 615 deletions

View file

@ -2,6 +2,7 @@ spa_vulkan_sources = [
'plugin.c',
'vulkan-compute-filter.c',
'vulkan-compute-source.c',
'vulkan-compute-utils.c',
'vulkan-utils.c'
]