mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
cpp2ffi: autodetect nonPOD
This commit is contained in:
@@ -5311,6 +5311,91 @@
|
||||
"ImVec2ih": "imgui_internal:526",
|
||||
"ImVec4": "imgui:309"
|
||||
},
|
||||
"nonPOD": {
|
||||
"ImBitArray": true,
|
||||
"ImColor": true,
|
||||
"ImDrawCmd": true,
|
||||
"ImDrawData": true,
|
||||
"ImDrawDataBuilder": true,
|
||||
"ImDrawList": true,
|
||||
"ImDrawListSharedData": true,
|
||||
"ImDrawListSplitter": true,
|
||||
"ImFont": true,
|
||||
"ImFontAtlas": true,
|
||||
"ImFontAtlasCustomRect": true,
|
||||
"ImFontConfig": true,
|
||||
"ImFontGlyphRangesBuilder": true,
|
||||
"ImGuiBoxSelectState": true,
|
||||
"ImGuiComboPreviewData": true,
|
||||
"ImGuiContext": true,
|
||||
"ImGuiContextHook": true,
|
||||
"ImGuiDebugAllocInfo": true,
|
||||
"ImGuiDockContext": true,
|
||||
"ImGuiDockNode": true,
|
||||
"ImGuiErrorRecoveryState": true,
|
||||
"ImGuiIDStackTool": true,
|
||||
"ImGuiIO": true,
|
||||
"ImGuiInputEvent": true,
|
||||
"ImGuiInputTextCallbackData": true,
|
||||
"ImGuiInputTextDeactivatedState": true,
|
||||
"ImGuiInputTextState": true,
|
||||
"ImGuiKeyOwnerData": true,
|
||||
"ImGuiKeyRoutingData": true,
|
||||
"ImGuiKeyRoutingTable": true,
|
||||
"ImGuiLastItemData": true,
|
||||
"ImGuiListClipper": true,
|
||||
"ImGuiListClipperData": true,
|
||||
"ImGuiMenuColumns": true,
|
||||
"ImGuiMultiSelectState": true,
|
||||
"ImGuiMultiSelectTempData": true,
|
||||
"ImGuiNavItemData": true,
|
||||
"ImGuiNextItemData": true,
|
||||
"ImGuiNextWindowData": true,
|
||||
"ImGuiOldColumnData": true,
|
||||
"ImGuiOldColumns": true,
|
||||
"ImGuiOnceUponAFrame": true,
|
||||
"ImGuiPayload": true,
|
||||
"ImGuiPlatformIO": true,
|
||||
"ImGuiPlatformImeData": true,
|
||||
"ImGuiPlatformMonitor": true,
|
||||
"ImGuiPopupData": true,
|
||||
"ImGuiPtrOrIndex": true,
|
||||
"ImGuiSelectionBasicStorage": true,
|
||||
"ImGuiSelectionExternalStorage": true,
|
||||
"ImGuiSettingsHandler": true,
|
||||
"ImGuiStackLevelInfo": true,
|
||||
"ImGuiStoragePair": true,
|
||||
"ImGuiStyle": true,
|
||||
"ImGuiStyleMod": true,
|
||||
"ImGuiTabBar": true,
|
||||
"ImGuiTabItem": true,
|
||||
"ImGuiTable": true,
|
||||
"ImGuiTableColumn": true,
|
||||
"ImGuiTableColumnSettings": true,
|
||||
"ImGuiTableColumnSortSpecs": true,
|
||||
"ImGuiTableInstanceData": true,
|
||||
"ImGuiTableSettings": true,
|
||||
"ImGuiTableSortSpecs": true,
|
||||
"ImGuiTableTempData": true,
|
||||
"ImGuiTextBuffer": true,
|
||||
"ImGuiTextFilter": true,
|
||||
"ImGuiTextRange": true,
|
||||
"ImGuiTypingSelectState": true,
|
||||
"ImGuiViewport": true,
|
||||
"ImGuiViewportP": true,
|
||||
"ImGuiWindow": true,
|
||||
"ImGuiWindowClass": true,
|
||||
"ImGuiWindowSettings": true,
|
||||
"ImPool": true,
|
||||
"ImRect": true,
|
||||
"ImSpan": true,
|
||||
"ImSpanAllocator": true,
|
||||
"ImVec1": true,
|
||||
"ImVec2": true,
|
||||
"ImVec2ih": true,
|
||||
"ImVec4": true,
|
||||
"ImVector": true
|
||||
},
|
||||
"structs": {
|
||||
"ImBitVector": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user