MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / canAutoResolve

Function canAutoResolve

Source/Falcor/RenderGraph/RenderGraphCompiler.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

insertAutoPassesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected