tristanred / MicroEngine

GameEngine project based roughly on my previous CommsFramework engine.
MIT License
1 stars 0 forks source link

AGL Object destructors #13

Closed tristanred closed 4 years ago

tristanred commented 4 years ago

Right now, the internal managed resources by the AGL types are not released.

We need to implement the destructors of all AGL objects and correctly release the resources. Right now, only SDL objects will need to be taken care of.

Might need to refine the ownership system of resources such as textures. This is in case a Texture is references by multiple RenderableObject.