MCPcopy Create free account
hub / github.com/RedPandaProjects/UnrealEngine / MergeWith

Method MergeWith

Source/Render/Src/UnSpan.cpp:467–571  ·  view source on GitHub ↗

Merge this existing span buffer with another span buffer. Overwrites the appropriate parts of this span buffer. If this span buffer's index isn't large enough to hold everything, reallocates the index. This is meant to be called with this span buffer using GDynMem and the other span buffer using GMem. Status: This is currently unused and doesn't need to be optimized.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

CreateChildFrameMethod · 0.80
OccludeBspMethod · 0.80
PreRenderMethod · 0.80

Calls 4

MinFunction · 0.85
MaxFunction · 0.85
appMemsetFunction · 0.85
appMemcpyFunction · 0.85

Tested by

no test coverage detected