mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
vk: Lazy register/derigeter of hot data
This commit is contained in:
parent
93e6aa6310
commit
2ae9753d79
5 changed files with 40 additions and 24 deletions
|
@ -402,7 +402,8 @@ namespace vk
|
|||
break;
|
||||
}
|
||||
|
||||
bind_sets[count++] = set.m_descriptor_set.value(); // Current set pointer for binding
|
||||
bind_sets[count++] = set.m_descriptor_set.value(); // Current set pointer for binding
|
||||
set.m_descriptor_set.on_bind(); // Notify async queue
|
||||
set.next_descriptor_set(); // Flush queue and update pointers
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue