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

Method FrameGraph

include/RenderGraph/FrameGraph.hpp:31–31  ·  view source on GitHub ↗

*\name * Construction/Destruction. */ @{*/

Source from the content-addressed store, hash-verified

29 */
30 /**@{*/
31 FrameGraph( FrameGraph const & ) = delete;
32 FrameGraph & operator=( FrameGraph const & ) = delete;
33 FrameGraph & operator=( FrameGraph && )noexcept = delete;
34 CRG_API FrameGraph( FrameGraph && )noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected