RetroArch/menu/cbs
Ophidon 7b711214a7
Slang Subframe Shaders Feature (#16209)
Adds support for sub-frame shaders to vulkan/glcore/dx10-11-12.

Builds on the concept already present for frame duplication in use for BFI, to present multiple 'sub' frames per real frame to the shaders, so they can run at a higher framerate than the content framerate. Must be enabled via subframe shaders setting under synchronization settings to be active.

Will allow BFI to be implemented inside of the shaders, among any other use for the higher framerate shader authors can devise.

CurrentSubFrame and TotalSubFrames have been available inside the shaders to track what they want to do on an given subframe. TotalSubFrames will always be 1 when the setting is disabled (and when in menu/ff/pause). Framecount will not increment on sub-frames, as it does not for injected bfi frames now. Should not interfere with any existing shaders that do not check for subframes.
2024-02-09 03:12:55 -08:00
..
menu_cbs_cancel.c Get rid of some menu_driver_ctl calls 2023-05-11 05:22:17 +02:00
menu_cbs_deferred_push.c Removal of thumbnail pack downloader related options (#16096) 2024-01-09 00:17:47 -08:00
menu_cbs_get_value.c Lakka Switch Updates.... (#15754) 2023-10-06 04:55:22 -07:00
menu_cbs_info.c Header cleanups 2023-05-11 05:45:04 +02:00
menu_cbs_label.c Small opts (#14186) 2022-07-19 10:01:33 +02:00
menu_cbs_left.c Lakka Switch Updates.... (#15754) 2023-10-06 04:55:22 -07:00
menu_cbs_ok.c Removal of thumbnail pack downloader related options (#16096) 2024-01-09 00:17:47 -08:00
menu_cbs_right.c Lakka Switch Updates.... (#15754) 2023-10-06 04:55:22 -07:00
menu_cbs_scan.c (XMB) Color + background adjustments (#15556) 2023-08-06 09:17:38 +02:00
menu_cbs_select.c Get rid of menu_entries_get_selection_buf_ptr and menu_entries_get_size 2023-05-10 05:52:52 +02:00
menu_cbs_start.c rarch_system_info_t local vars should be renamed from 'system' 2023-07-15 07:22:38 +02:00
menu_cbs_sublabel.c Slang Subframe Shaders Feature (#16209) 2024-02-09 03:12:55 -08:00
menu_cbs_title.c Removal of thumbnail pack downloader related options (#16096) 2024-01-09 00:17:47 -08:00