ImPlot3D_SetupAxes

Function ImPlot3D_SetupAxes 

Source
pub unsafe extern "C" fn ImPlot3D_SetupAxes(
    x_label: *const c_char,
    y_label: *const c_char,
    z_label: *const c_char,
    x_flags: ImPlot3DAxisFlags,
    y_flags: ImPlot3DAxisFlags,
    z_flags: ImPlot3DAxisFlags,
)