mosure / bevy_gaussian_splatting

bevy gaussian splatting render pipeline plugin
https://mosure.github.io/bevy_gaussian_splatting?gaussian_count=1000
MIT License
140 stars 9 forks source link

convert to texture view array #118

Open github-actions[bot] opened 1 week ago

github-actions[bot] commented 1 week ago

https://github.com/mosure/bevy_gaussian_splatting/blob/ec4b934da53d654e4a9c0f27942443fc65a7778b/src/render/mod.rs#L876


            &[
                BindGroupEntry {
                    binding: 0,
                    resource: BindingResource::TextureView( // TODO: convert to texture view array
                        &gpu_images.get(&sorted_entries.texture).unwrap().texture_view
                    ),
                },