vulkan: Cache buffer_type

All buffers should have the same type.
This commit is contained in:
columbarius 2024-04-08 02:06:56 +02:00 committed by Wim Taymans
parent f935a191ad
commit 11ff1471e9
2 changed files with 18 additions and 11 deletions

View file

@ -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;