dolphin/Source/Core/VideoCommon/GraphicsModSystem/Runtime/Actions
iwubcode 6ba2d2e081 VideoCommon: update graphics mod action interface
* Add a 'AfterEFB' function to graphics mod action that can return a Material
* Rename previous EFB graphics mod function to 'BeforeEFB' to differentiate from 'AfterEFB'
* Rename previous XFB graphics mod function to 'BeforeXFB' to mirror EFB
2026-03-26 18:52:01 -05:00
..
CustomPipelineAction.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CustomPipelineAction.h VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization 2024-02-18 15:45:10 -06:00
MoveAction.cpp VideoCommon: add structures to graphics mods to allow for future adding or removing parameters with less code overhead 2022-10-09 00:00:01 -05:00
MoveAction.h VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization 2024-02-18 15:45:10 -06:00
PrintAction.cpp VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
PrintAction.h VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
ScaleAction.cpp VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
ScaleAction.h VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
SkipAction.cpp VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
SkipAction.h VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00