fn get_pixel_picking_info(
    system_output: &SystemExecutionOutput,
    hit: &PickingRayHit
) -> Option<PickedPixelInfo>
Expand description

If available, finds pixel info for a picking hit.

Returns None for error placeholder since we generally don’t want to zoom into those.