Bequen / loft

2 stars 0 forks source link

Common: Memory handling #38

Open Bequen opened 2 months ago

Bequen commented 2 months ago

There is a lot of leaking memory.

Rewrite everything to smart pointers.

Render Graph Resource Handling

Builder should find out which resources are needed and create them all at the end in single class instance. That way the class instance can handle the cleanup.