We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0115b commit 0302b73Copy full SHA for 0302b73
crates/lambda-rs-platform/src/gfx/api.rs
@@ -14,6 +14,5 @@ if #[cfg(any(feature = "gfx-with-gl", all(feature = "detect-platform", unix, not
14
pub use gfx_backend_dx12 as RenderingAPI;
15
} else {
16
pub use gfx_backend_empty as RenderingAPI;
17
- println!("[WARN] No rendering backend specified, using empty backend.");
18
}
19
0 commit comments