nfengine icon indicating copy to clipboard operation
nfengine copied to clipboard

Remove dynamic allocations used during rendering

Open Witek902 opened this issue 10 years ago • 0 comments

Dynamic allocations definitely should be avoided. During code review of Renderer refactoring I found multiple parts with comment "TODO: Dynamic allocation should be avoided."

Fix all such situations (leave only those dynamic allocations which are really, REALLY required).

See also:

  • RenderingData structure

Witek902 avatar Aug 07 '14 20:08 Witek902