Struct imgui_sys::ImDrawCmd[][src]

#[repr(C)]
pub struct ImDrawCmd { pub elem_count: c_uint, pub clip_rect: ImVec4, pub texture_id: ImTextureID, pub user_callback: ImDrawCallback, pub user_callback_data: *mut c_void, }

A single draw command within a parent ImDrawList (generally maps to 1 GPU draw call)

Fields

Auto Trait Implementations

impl !Send for ImDrawCmd

impl !Sync for ImDrawCmd