arcashka
arcashka
I'm gonna change it to use bevy 0.13 as soon as it's released, for now this branch can be used to build with bevy main branch.
Fixes #13118 If you use `Sprite` or `Mesh2d` and create `Camera` with * hdr=false * any tonemapper You would get ``` wgpu error: Validation Error Caused by: In Device::create_render_pipeline note:...
imported module is being validated even though it should never be imported ```top.wgsl fn main() -> u32 { #ifdef USE_A return a::func(); #else return 0u; #endif } ``` ```mod.wgsl #define_import_path...