fn get_placeholder_image(
compositor_api: &CrossProcessCompositorApi,
data: &[u8],
) -> Arc<RasterImage>
Expand description
This will block on getting an ImageKey but that is ok because it is done once upon start-up of a script-thread.
fn get_placeholder_image(
compositor_api: &CrossProcessCompositorApi,
data: &[u8],
) -> Arc<RasterImage>
This will block on getting an ImageKey but that is ok because it is done once upon start-up of a script-thread.