render: cleanup

This commit is contained in:
SeanOMik 2024-06-21 22:10:35 -04:00
parent f440f306be
commit 9d3de88c50
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ impl RenderGraph {
}
impl Node for RenderGraph {
fn desc<'a, 'b>(&'a mut self, graph: &'b mut RenderGraph) -> NodeDesc {
fn desc<'a, 'b>(&'a mut self, _: &'b mut RenderGraph) -> NodeDesc {
// TODO: how would bind groups be shared between sub-graphs?
NodeDesc::new(NodeType::Graph, None, vec![])
}