render: cleanup
This commit is contained in:
parent
f440f306be
commit
9d3de88c50
|
@ -468,7 +468,7 @@ impl RenderGraph {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Node for 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?
|
// TODO: how would bind groups be shared between sub-graphs?
|
||||||
NodeDesc::new(NodeType::Graph, None, vec![])
|
NodeDesc::new(NodeType::Graph, None, vec![])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue