mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
zink: delete unused descriptor variable
This commit is contained in:
parent
62b890046f
commit
194ea66cc7
1 changed files with 0 additions and 1 deletions
|
|
@ -448,7 +448,6 @@ struct zink_descriptor_data {
|
|||
struct zink_descriptor_layout_key *push_layout_keys[2]; //gfx, compute
|
||||
struct zink_descriptor_layout *push_dsl[2]; //gfx, compute
|
||||
VkDescriptorSetLayout old_push_dsl; //the non-fbfetch layout; this can't be destroyed because it may be in use
|
||||
VkDescriptorUpdateTemplate push_template[2]; //gfx, compute
|
||||
|
||||
struct zink_descriptor_layout *dummy_dsl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue