Piotr Kosek
Piotr Kosek
It's unlikely a solely Chromium or nVidia issue. I happen to run into exactly same problem on bare-bone WinAPI app written in Rust under 500 LOC with simple layered window...
Thank you for the explanation. I think I just copy pollwatcher itself and implement missing functionalities myself
Ah, I see. In such case I think I need only `pollwatcher` capabilities, not the entire `notify`. Thanks for explaining that :)
Here is output from Unity memory analyser: 
Woah, thanks for quick answer! And thanks for comment - it looks like I can squeeze a bit more performance by just checking if the mask was changed :)
Looks much better, thanks!
Run into the very same question :) I am looking to integrate lua via mlua into game framework and my strict requirement is to provide vscode intellisense and (less strictly)...
@mikavilpas Option 1 is a dream-like scenario. I believe it can be implemented as separate crate, atop of mlua (and just call some imperative mlua api); The cost of indirect...
Any progress on this? Or maybe some insight on how to implement it in client code? :)
I am actually investigating network crates for upcoming Bevy Jam - had my share of network game code, but outside of Rust stack. The problem I see is with float's,...