pub fn with_next_plot3d_item_array_style<'a, R>(
style: Plot3DItemArrayStyle<'a>,
f: impl FnOnce() -> R,
) -> RExpand description
Apply array-backed item styling to the next ImPlot3D submission executed inside f.
pub fn with_next_plot3d_item_array_style<'a, R>(
style: Plot3DItemArrayStyle<'a>,
f: impl FnOnce() -> R,
) -> RApply array-backed item styling to the next ImPlot3D submission executed inside f.