Function verso::rendering::gl_config_picker

source ยท
pub fn gl_config_picker(
    configs: Box<dyn Iterator<Item = Config> + '_>,
) -> Config
Expand description

Find the config with the maximum number of samples, so our triangle will be smooth.