NazaraEngine/include
Lynix 4cc8b78f5f Renderer/RenderResource: Half the number of virtual calls required on cleanup
Since most of the time objects are directly pushed for release instead of callbacks, it makes sense to optimize this case by not storing the object in a callback and removing the call to the virtual Release method. The virtual destructor does the job here.
2023-11-21 23:58:59 +01:00
..
Nazara Renderer/RenderResource: Half the number of virtual calls required on cleanup 2023-11-21 23:58:59 +01:00