Class: ImDrawListSplitter
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImDrawListSplitter
- Defined in:
- lib/imgui.rb
Overview
Split/Merge functions are used to split the draw list into different layers which can be drawn into out of order. This is used by the Columns/Tables API, so items of each column can be batched together in a same draw call.