MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / buildNoPassGraph

Function buildNoPassGraph

test/TestRenderGraph.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 crg::FrameGraph buildNoPassGraph( test::TestCounts const & testCounts
54 , crg::ResourceHandler & handler )
55 {
56 crg::FrameGraph graph{ handler, testCounts.testName };
57 checkThrow( graph.compile( getContext() ), crg::Exception )
58 return graph;
59 }
60}
61
62TEST( RenderGraph, NoPass )

Callers 1

TESTFunction · 0.85

Calls 1

compileMethod · 0.80

Tested by

no test coverage detected