Skip to content
Discussion options

You must be logged in to vote
pub fn setup_debug_hud(
    mut commands: Commands,
    system: Res<SystemInfo>,
    adapter: Res<RenderAdapterInfo>,
    query_monitor: Query<(Entity, &Monitor, Has<PrimaryMonitor>)>,
    query_window: Query<&Window>,
) {
<...>
    let adapter_info = format!("{}", adapter.name);

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@shwwwa
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by shwwwa
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants