NazaraEngine/include/Nazara
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
..
Audio Allow to setup/override module configuration from commandline 2023-07-30 12:44:43 +02:00
BulletPhysics3D xmake check-files -f 2023-04-10 17:12:23 +02:00
ChipmunkPhysics2D ChipmunkPhysics2D/Constraint2D: Fix leak and implement single body constraints 2023-08-12 12:12:20 +02:00
Core Rename Nz::Functor to Nz::AbstractFunctor 2023-11-17 13:19:21 +01:00
Graphics Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
JoltPhysics3D Fix compilation 2023-08-10 12:03:56 +02:00
Math Math/Ray: Fix Intersect(Box) 2023-11-20 23:00:29 +01:00
Network Update for latest nazarautils 2023-09-08 09:10:22 +02:00
OpenGLRenderer Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
Platform Minor fixes 2023-11-12 12:51:56 +01:00
Renderer Renderer/RenderResource: Half the number of virtual calls required on cleanup 2023-11-21 23:58:59 +01:00
Utility Graphics: Add PipelinePassList loader (able to load from a file) 2023-11-06 21:30:49 +01:00
VulkanRenderer Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
Widgets Remove useless includes 2023-08-31 17:59:05 +02:00
Audio.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
BulletPhysics3D.hpp Add JoltPhysics3D for a performance test 2023-04-10 17:12:23 +02:00
ChipmunkPhysics2D.hpp Rename Physics2D to ChipmunkPhysics2D 2023-04-10 17:12:23 +02:00
Core.hpp Graphics: Add RenderTexture class 2023-11-20 12:36:34 +01:00
Graphics.hpp Graphics: Add RenderTextureBlit 2023-11-21 22:06:44 +01:00
JoltPhysics3D.hpp JoltPhysics3D: Rework Character class 2023-05-15 19:03:28 +02:00
Math.hpp Math: Remove Algorithm file and move string functions to StringExt 2023-06-06 08:59:58 +02:00
Network.hpp Network: Add WebService 2023-06-14 20:13:17 +02:00
OpenGLRenderer.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
Platform.hpp Platform: Remove unused header 2023-03-14 18:05:14 +01:00
Renderer.hpp Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
Utility.hpp Update global headers 2023-08-24 17:48:15 +02:00
VulkanRenderer.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
Widgets.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00