The vube and skybox need the layout of their desc_set twice,
once for creating their pipeline, once for creating their desc set,
two different functions were used for that (one of which belonging
to the `WorldComponent` trait), now since they can't be fully merged,
one just calls the other.