Struct aflak_imgui_sys::ImDrawList[][src]

#[repr(C)]
pub struct ImDrawList { pub cmd_buffer: ImVector<ImDrawCmd>, pub idx_buffer: ImVector<ImDrawIdx>, pub vtx_buffer: ImVector<ImDrawVert>, // some fields omitted }

A single draw command list (generally one per window)

Fields

Auto Trait Implementations

impl !Send for ImDrawList

impl !Sync for ImDrawList