Fedor Logachev
Fedor Logachev
Feel free to make a documentation PR! Tho it really is what it is - certain platforms does not change window size right away. To be fair, some platforms doesnt...
Maybe `glGetUniformLocation` will do the trick? It would be quite a lot of platform(opengl/metal) specific code and I am not sure if it would be worth it.
Thanks for PR!
This is not implemented :(
@amatgil could you please rebase it? I'll merge it right away
I believe it was fixed already but it did not yet made to crates.io
hmm, this may be a very serious bug, thanks for reporting! Unfortunately, I can't really reproduce it: ```rust use macroquad::prelude::*; fn window_conf() -> Conf { Conf { window_title: "Window Conf".to_owned(),...
> I can confirm this happens randomly on Kubuntu 20.10 - maybe one time out of 20. A quicker way to repro is something like this: > > ```rust >...