mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 10:08:08 +02:00
zink: eliminate a hole in zink_descriptor_layout_key
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13483>
This commit is contained in:
parent
3acab7a24c
commit
103e93cbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -92,8 +92,8 @@ struct zink_descriptor_state_key {
|
|||
|
||||
struct zink_descriptor_layout_key {
|
||||
unsigned num_bindings;
|
||||
VkDescriptorSetLayoutBinding *bindings;
|
||||
unsigned use_count;
|
||||
VkDescriptorSetLayoutBinding *bindings;
|
||||
};
|
||||
|
||||
struct zink_descriptor_layout {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue