MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / TableSettingsCalcChunkSize

Function TableSettingsCalcChunkSize

KBotExt/imgui/imgui_tables.cpp:3239–3242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3237}
3238
3239static size_t TableSettingsCalcChunkSize(int columns_count)
3240{
3241 return sizeof(ImGuiTableSettings) + (size_t)columns_count * sizeof(ImGuiTableColumnSettings);
3242}
3243
3244ImGuiTableSettings* ImGui::TableSettingsCreate(ImGuiID id, int columns_count)
3245{

Callers 2

TableSettingsCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected