Example #1
0
 public void CleanUp()
 {
     m_RenderGraph.Cleanup();
 }
Example #2
0
 protected override void Dispose(bool disposing)
 {
     graph.Cleanup();
     graph = null;
 }