NazaraEngine/examples
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
..
DeferredShading Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
DopplerEffect Examples: Pass argc/argv to Application 2023-07-30 12:46:18 +02:00
FirstScene Remove Graphics module and fix compilation 2020-08-27 19:43:31 +02:00
HardwareInfo Upgrade example code 2021-05-25 10:40:07 +02:00
MeshInfos C++20 fixes 2023-11-14 15:40:48 +01:00
Particles Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
PhysicallyBasedRendering Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
Physics2DDemo Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
PhysicsDemo Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
PhysicsPlayground Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
PlayMusic Examples: Pass argc/argv to Application 2023-07-30 12:46:18 +02:00
Showcase Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
Tut00 Fix a bunch of warnings 2023-05-30 12:34:38 +02:00
Tut01 Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
Tut02 Graphics: Rework RenderTargets 2023-11-20 23:00:06 +01:00
WebServices Examples: Pass argc/argv to Application 2023-07-30 12:46:18 +02:00
WidgetDemo 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