MCPcopy Create free account
hub / github.com/ctreffs/SwiftImGui / ImDrawList_ChannelsSplit

Function ImDrawList_ChannelsSplit

Sources/CImGui/cimgui.cpp:2175–2178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2173 return self->CloneOutput();
2174}
2175CIMGUI_API void ImDrawList_ChannelsSplit(ImDrawList* self,int count)
2176{
2177 return self->ChannelsSplit(count);
2178}
2179CIMGUI_API void ImDrawList_ChannelsMerge(ImDrawList* self)
2180{
2181 return self->ChannelsMerge();

Callers

nothing calls this directly

Calls 1

ChannelsSplitMethod · 0.80

Tested by

no test coverage detected