mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 23:20:08 +01:00
zink: bump resource usage flags to allow 5 batches
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8781>
This commit is contained in:
parent
36ee845cd4
commit
079fae8822
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ struct zink_batch;
|
|||
#include <vulkan/vulkan.h>
|
||||
|
||||
#define ZINK_RESOURCE_ACCESS_READ 1
|
||||
#define ZINK_RESOURCE_ACCESS_WRITE 16
|
||||
#define ZINK_RESOURCE_ACCESS_WRITE 32
|
||||
|
||||
struct zink_resource {
|
||||
struct pipe_resource base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue