Files
godot/servers/rendering/renderer_rd/storage_rd
clayjohn 34cdc6e43f Initialize multimesh buffers to 0 instead of letting them contain garbage data.
In the editor, we read back the data from the GPU to display the buffer values. So when we create the buffer uninitialized, we end up reading back garbage data and displaying it in the editor.

Many GPUs zero-initialize buffers by default, but it isn't guaranteed behaviour, so its best to initialize it ourselves to be safe
2026-06-11 22:18:56 -07:00
..
2026-04-04 01:37:10 +02:00
2026-04-04 01:37:10 +02:00
2026-04-04 01:37:10 +02:00
2026-04-04 01:37:10 +02:00
2026-04-04 01:37:10 +02:00