MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / appendToBuffer

Method appendToBuffer

Engine/OutputSchedulerThread.cpp:1762–1769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760}
1761
1762void
1763OutputSchedulerThread::appendToBuffer(double time,
1764 ViewIdx view,
1765 const RenderStatsPtr& stats,
1766 const BufferableObjectPtr& image)
1767{
1768 appendToBuffer_internal(time, view, stats, image, true);
1769}
1770
1771void
1772OutputSchedulerThread::appendToBuffer(double time,

Callers 1

renderFrameMethod · 0.80

Calls 3

emptyMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected