Skip to content

Commit

Permalink
Remove redundant RenderGraphConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat committed Apr 4, 2024
1 parent 9dfe707 commit 3026d35
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -863,14 +863,6 @@ fn free_egui_textures_system(
}
}

/// Egui's render graph config.
pub struct RenderGraphConfig {
/// Target window.
pub window: Entity,
/// Render pass name.
pub egui_pass: Cow<'static, str>,
}

#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit 3026d35

Please sign in to comment.