Remove LSFG HDR + other optimizations on extra frame

This commit is contained in:
CamilleLaVey
2026-08-13 03:48:54 -04:00
parent 52ffc8a7ce
commit 42b8ca5f9d
14 changed files with 38 additions and 47 deletions
-3
View File
@@ -414,9 +414,6 @@ struct Values {
true,
&frame_gen};
SwitchableSetting<bool> frame_gen_hdr{linkage, false, "frame_gen_hdr", Category::Renderer,
Specialization::Default, true, true, &frame_gen};
SwitchableSetting<bool> frame_gen_fp16{linkage, true, "frame_gen_fp16", Category::Renderer,
Specialization::Default, true, true, &frame_gen};