fn load_pending_favicons(
ctx: &Context,
state: &RunningAppState,
texture_cache: &mut HashMap<WebViewId, (TextureHandle, SizedTexture)>,
)
Expand description
Uploads all favicons that have not yet been processed to the GPU.
fn load_pending_favicons(
ctx: &Context,
state: &RunningAppState,
texture_cache: &mut HashMap<WebViewId, (TextureHandle, SizedTexture)>,
)
Uploads all favicons that have not yet been processed to the GPU.