pub fn create_slice_plane_pipeline(
device: &Device,
bind_group_layout: &BindGroupLayout,
color_format: TextureFormat,
depth_format: TextureFormat,
) -> RenderPipelineExpand description
Creates the render pipeline for slice plane visualization.