mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-29 21:37:54 -04:00
vulkan: move format enumeration into utils functions
This commit is contained in:
parent
6646a04439
commit
50c4fa43d6
10 changed files with 264 additions and 272 deletions
|
|
@ -3,7 +3,8 @@ spa_vulkan_sources = [
|
|||
'vulkan-compute-filter.c',
|
||||
'vulkan-compute-source.c',
|
||||
'vulkan-compute-utils.c',
|
||||
'vulkan-utils.c'
|
||||
'vulkan-utils.c',
|
||||
'utils.c'
|
||||
]
|
||||
|
||||
drm = dependency('libdrm')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue