mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-25 21:46:38 -05:00
buffer_cache: Invalidate fast buffers on compute
This commit is contained in:
@@ -1132,6 +1132,7 @@ void BufferCache<P>::BindHostComputeUniformBuffers() {
|
||||
if constexpr (HAS_PERSISTENT_UNIFORM_BUFFER_BINDINGS) {
|
||||
// Mark all uniform buffers as dirty
|
||||
dirty_uniform_buffers.fill(~u32{0});
|
||||
fast_bound_uniform_buffers.fill(0);
|
||||
}
|
||||
u32 binding_index = 0;
|
||||
ForEachEnabledBit(enabled_compute_uniform_buffer_mask, [&](u32 index) {
|
||||
|
Reference in New Issue
Block a user