Struct imgui_sys::ImDrawChannel [] [src]

#[repr(C)]
pub struct ImDrawChannel { pub cmd_buffer: ImVector<ImDrawCmd>, pub idx_buffer: ImVector<ImDrawIdx>, }

Temporary storage for outputting drawing commands out of order

Fields