Nathan Pinheiro
Results
2
issues of
Nathan Pinheiro
It just make some `::new()` function to be const. allowing it to be call on const definitions like this: ```rust // Old const SIZE: TilemapSize = TilemapSize{ x: 256, y:...
### Description - Some example don't work on debug mode. - Repro steps and Expected vs observed behavior ### hello_triangle - `cargo run --bin wgpu-examples hello_triangle` - work, but with...