| 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 | |
| 62 | TEST( RenderGraph, NoPass ) |