NazaraEngine/tests/PresentModeTest
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 Renderer: Expose present mode and allow to query/set it 2023-08-13 18:16:03 +02:00