Astamor

Results 6 comments of Astamor

Yes after running Bevy app and seeing all those errors I updated all my drivers.

Also when trying to launch an app in fullscreen mode with this code: ``` .add_plugins(DefaultPlugins .set(ImagePlugin::default_nearest()) .set(WindowPlugin { primary_window: Some(Window { mode: bevy::window::WindowMode::Fullscreen, present_mode: bevy::window::PresentMode::AutoVsync, title: "ProcGame".into(), resolution: WindowResolution::new(WINDOW_WIDTH, WINDOW_HEIGHT).with_scale_factor_override(1.0),...

hello_triangle console output: > [2024-05-19T13:06:27Z ERROR wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] > loader_get_json: Failed to open JSON file C:\Fps monitor\FPS Monitor\tools\fpsmonvk64.json > [2024-05-19T13:06:27Z ERROR wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x18503665130,...

Well setting backend to vulkan does remove the erros from the console but it seems this bug goes deeper because as I said fullscreen mode doesn't work and crashes the...

I've checked both debug and release, I've went through all bevy docs including the link you provided. After removing that crate bevy handles maps 1000x1000 tiles with 100fps even in...