NazaraEngine/examples/PhysicsDemo
SirLynix 938ba09d45 Graphics: Rework RenderTargets
- RenderTarget have been moved to the Graphics module and are now lightweight objects between the target of rendering (swapchain or texture)
- RenderTexture no longer require a blit between the framegraph texture and the target texture (the target texture is now directly rendered onto using a new feature of the framegraph)
- ForwardFramePipeline viewers are now properly ordered by render order
2023-11-20 23:00:06 +01:00
..
main.cpp Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
xmake.lua Examples: Reduce size of some web examples 2023-04-10 19:20:15 +02:00