| 37 | namespace |
| 38 | { |
| 39 | bool canAutoResolve(const RenderPassReflection::Field& src, const RenderPassReflection::Field& dst) |
| 40 | { |
| 41 | return src.getSampleCount() > 1 && dst.getSampleCount() == 1; |
| 42 | } |
| 43 | } // namespace |
| 44 | |
| 45 | RenderGraphCompiler::RenderGraphCompiler(RenderGraph& graph, const Dependencies& dependencies) |