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

Method setTransitions

include/RenderGraph/GraphNode.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 CRG_API virtual void accept( GraphVisitor * vis )const = 0;
38
39 void setTransitions( AttachmentTransitions transitions )noexcept
40 {
41 m_transitions = std::move( transitions );
42 }
43
44 template< typename NodeT >
45 NodeT const & cast()const noexcept

Callers 2

traverseAttachmentPassesFunction · 0.80
buildTransitionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected