struct ImGui::ImDrawCmd
- ImGui::ImDrawCmd
- Struct
- Value
- Object
Included Modules
- ImGui::ClassType(LibImGui::ImDrawCmd)
Defined in:
obj.crConstructors
Instance Method Summary
- #clip_rect : ImVec4
- #clip_rect=(clip_rect : ImVec4)
- #elem_count : UInt32
- #elem_count=(elem_count : UInt32)
- #get_tex_id : ImTextureID
- #idx_offset : UInt32
- #idx_offset=(idx_offset : UInt32)
- #texture_id : ImTextureID
- #texture_id=(texture_id : ImTextureID)
- #to_unsafe : Pointer(T)
- #user_callback : ImDrawCallback
- #user_callback=(user_callback : ImDrawCallback)
- #user_callback_data : Pointer(Void)
- #user_callback_data=(user_callback_data : Pointer(Void))
- #vtx_offset : UInt32
- #vtx_offset=(vtx_offset : UInt32)