Function prepare_skins

Source
pub fn prepare_skins(
    render_device: Res<'_, RenderDevice>,
    render_queue: Res<'_, RenderQueue>,
    uniform: ResMut<'_, SkinUniforms>,
)
Expand description

Uploads the buffers containing the joints to the GPU.