mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 14:43:44 +00:00
Merge pull request #52464 from raulsntos/fix_buffer_info_uninitialized
This commit is contained in:
commit
98a7bf3406
@ -8394,6 +8394,7 @@ void RenderingDeviceVulkan::_free_internal(RID p_id) {
|
||||
b.allocation = index_buffer->allocation;
|
||||
b.buffer = index_buffer->buffer;
|
||||
b.size = index_buffer->size;
|
||||
b.buffer_info = {};
|
||||
frames[frame].buffers_to_dispose_of.push_back(b);
|
||||
index_buffer_owner.free(p_id);
|
||||
} else if (index_array_owner.owns(p_id)) {
|
||||
|
Loading…
Reference in New Issue
Block a user