Skip to content

Commit 664dadf

Browse files
nanopinktronical
authored andcommitted
Added precision on comment
1 parent 9f24dbe commit 664dadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bevy/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export component AppWindow inherits Window {
9292
}
9393

9494
fn main() -> Result<(), Box<dyn std::error::Error>> {
95-
// Temporary : Force WGPU_BACKEND to dx12 until vulkan is supported on windows
95+
// Temporary : Force WGPU_BACKEND to dx12 until vulkan works with the flag renderer-skia on Windows
9696
unsafe {
9797
std::env::set_var("WGPU_BACKEND", "dx12");
9898
}

0 commit comments

Comments
 (0)