DiligentGraphics/DiligentCore

Refactor memory management in the archiver

Closed this issue · 1 comments

Memory management in the archiver needs to be implemented using FixedLinearAllocator or other appropriate utilities. Raw pointers, vector must not be used.

This seems to be OK