pub fn background_channel0_blend_mode() -> crate::types::ShaderBackgroundBlendMode {
crate::types::ShaderBackgroundBlendMode::Replace
}
pub fn custom_shader_speed() -> f32 {
1.0 }
pub fn custom_shader_brightness() -> f32 {
0.15 }
pub fn cursor_shader_color() -> [u8; 3] {
[255, 255, 255] }
pub fn cursor_trail_duration() -> f32 {
0.5 }
pub fn cursor_glow_radius() -> f32 {
80.0 }
pub fn cursor_glow_intensity() -> f32 {
0.3 }
pub fn cursor_shader_disable_in_alt_screen() -> bool {
true }
pub fn shader_hot_reload_delay() -> u64 {
100 }
pub fn reduce_flicker() -> bool {
true
}
pub fn reduce_flicker_delay_ms() -> u32 {
16 }
pub fn maximize_throughput() -> bool {
false }
pub fn throughput_render_interval_ms() -> u32 {
100 }