Function re_viewer_context::gpu_bridge::image_to_gpu::pad_cast_img
source · fn pad_cast_img<T: Copy + Pod>(img: &ImageInfo, pad: T) -> Cow<'static, [u8]>
Expand description
Pad an RGB image to RGBA and cast the results to bytes.