mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
vulkan: Move vulkan_stream into vulkan-compute-utils
vulkan_stream will store compute specific properties. No functional changes.
This commit is contained in:
parent
e5f89e09d1
commit
1cad9ebb0d
5 changed files with 23 additions and 27 deletions
|
|
@ -91,9 +91,6 @@ struct vulkan_modifier_info *vulkan_modifierInfo_find(struct vulkan_base *s, VkF
|
|||
|
||||
void vulkan_buffer_clear(struct vulkan_base *s, struct vulkan_buffer *buffer);
|
||||
|
||||
int vulkan_stream_init(struct vulkan_stream *stream, enum spa_direction direction,
|
||||
struct spa_dict *props);
|
||||
|
||||
uint32_t vulkan_vkformat_to_id(VkFormat vkFormat);
|
||||
VkFormat vulkan_id_to_vkformat(uint32_t id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue