NazaraEngine/tests
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
..
ComputeParticlesTest Tests/ComputeParticlesTest: Fix mapping with OpenGL 2023-08-06 10:14:30 +02:00
ComputeTest Graphics: Add RenderTexture class 2023-11-20 12:36:34 +01:00
GraphicsTest Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
PresentModeTest Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
RenderTest Graphics: Add RenderTexture class 2023-11-20 12:36:34 +01:00
Std140Debug Minor fixes 2023-11-17 11:58:03 +01:00
UnitTests C++20 fixes 2023-11-14 15:40:48 +01:00
xmake.lua Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00