mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-21 01:40:34 -05:00
vulkan: Cache buffer_type
All buffers should have the same type.
This commit is contained in:
parent
f935a191ad
commit
11ff1471e9
2 changed files with 18 additions and 11 deletions
|
|
@ -29,6 +29,7 @@ struct vulkan_pass {
|
|||
struct vulkan_stream {
|
||||
enum spa_direction direction;
|
||||
|
||||
enum spa_data_type buffer_type;
|
||||
struct spa_rectangle dim;
|
||||
uint32_t bpp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue