mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
hk: use push size macro
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
parent
fe84aaa8a7
commit
6dad37c812
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ struct hk_meta_save {
|
|||
enum agx_visibility_mode occlusion;
|
||||
struct hk_push_descriptor_set push_desc0;
|
||||
VkQueryPipelineStatisticFlags pipeline_stats_flags;
|
||||
uint8_t push[128];
|
||||
uint8_t push[HK_MAX_PUSH_SIZE];
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue