Skip to main content

pack_vertices_from_xyz

Function pack_vertices_from_xyz 

Source
pub fn pack_vertices_from_xyz(
    device: &Arc<Device>,
    queue: &Arc<Queue>,
    inputs: &Scatter3GpuInputs,
    params: &Scatter3GpuParams,
) -> Result<GpuVertexBuffer, String>
Expand description

Builds a GPU-resident vertex buffer for scatter3 plots directly from provider-owned XYZ arrays with either single- or double-precision inputs.