I dont want to re-render the scene, I just want to know if one pixel is covered by an entity.. something like

pixel_for_entity(you,12,36);

Is true or false if the pixel x=12 y=36 is covered by the you entity.