pub fn draw_experimental_shaders_window(
    ctx: &Context,
    open: &mut bool,
    egui_actions: &mut EguiActions,
    experimental_shaders: &[(String, bool)],
)