mandroll

Results 6 comments of mandroll

I also have this issue. Here is a minimal reproducer: ```rs use macroquad::prelude::*; #[macroquad::main("Texture test")] async fn main() { let texture_size: u32= 64 * 16; loop { let render_target =...

I can confirm the bug is still present on HEAD. I have tested with: ```toml [package] name = "texture-memory" version = "0.1.0" edition = "2021" [dependencies] macroquad = { git...

Here is a [dhat](https://docs.rs/dhat/latest/dhat/) heap profile of the above program: https://gist.github.com/mandroll/02b19220221bc81a1f83d2d299914a32

I have just updated my project from 0.3.24 to 0.4.5 and ran into this. The y-axis of my program has been reversed. Here is a minimal example: ```rs use macroquad::prelude::*;...

>>Btw, I'm unable to run the tests on my machine for some reason. Even with a fresh unmodified clone of master, I'm getting errors ... >Random aside here but this...

@not-fl3 - thoughts on merging this?