Hi! I'm opening an issue as i can't find a way to open a discussion.
Is there a way to manually adjust the PixelBufferSize from one of the bevy systems?
I tried fiddling with QueryPixelBuffer but i cannot seem to find a way to do it except for .update_fill_egui() which, from my understanding, also adds new pixels to the pixel buffer (something i don't want to do).
Thank you in advance!
Hi! I'm opening an issue as i can't find a way to open a discussion. Is there a way to manually adjust the
PixelBufferSize
from one of the bevy systems? I tried fiddling withQueryPixelBuffer
but i cannot seem to find a way to do it except for.update_fill_egui()
which, from my understanding, also adds new pixels to the pixel buffer (something i don't want to do). Thank you in advance!