mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
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:
parent
e7b4129944
commit
ea2a2c47c7
8 changed files with 770 additions and 615 deletions
|
|
@ -2,6 +2,7 @@ spa_vulkan_sources = [
|
|||
'plugin.c',
|
||||
'vulkan-compute-filter.c',
|
||||
'vulkan-compute-source.c',
|
||||
'vulkan-compute-utils.c',
|
||||
'vulkan-utils.c'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue