Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(extract GaussianCloud, TextureBuffers) when feature buffer_texture is enabled #61

Open
github-actions bot opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels

Comments

@github-actions
Copy link

github-actions bot commented Jan 2, 2024

// TODO: (extract GaussianCloud, TextureBuffers) when feature buffer_texture is enabled

            usage: BufferUsages::INDIRECT | BufferUsages::COPY_DST | BufferUsages::STORAGE | BufferUsages::COPY_SRC,
        });

        // TODO: (extract GaussianCloud, TextureBuffers) when feature buffer_texture is enabled

        Ok(GpuGaussianCloud {
            count,
            draw_indirect_buffer,

            #[cfg(feature = "debug_gpu")]
            debug_gpu: gaussian_cloud,

            #[cfg(feature = "packed")]
            packed: packed::prepare_cloud(render_device, &gaussian_cloud),
            #[cfg(feature = "buffer_storage")]
            planar: planar::prepare_cloud(render_device, &gaussian_cloud),
        })
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant