bevy_gaussian_splatting icon indicating copy to clipboard operation
bevy_gaussian_splatting copied to clipboard

verify gpu_images are loaded

Open github-actions[bot] opened this issue 4 months ago • 0 comments

https://github.com/mosure/bevy_gaussian_splatting/blob/d7ae5c045fb3101521bd604ce46c255dd94dd4f3/src/render/texture.rs#L124


        &TextureBuffers,
    )>,
) {
    // TODO: verify gpu_images are loaded

    for (entity, texture_buffers,) in clouds.iter() {
        #[cfg(feature = "f16")]
        let bind_group = render_device.create_bind_group(

github-actions[bot] avatar Feb 22 '24 02:02 github-actions[bot]