mirror of
https://github.com/cimgui/cimgui.git
synced 2026-05-17 06:21:17 +01:00
pull imgui 1.92.8 docking and generate
This commit is contained in:
@@ -120,10 +120,12 @@ local save_data = cpp2ffi.save_data
|
||||
local copyfile = cpp2ffi.copyfile
|
||||
local serializeTableF = cpp2ffi.serializeTableF
|
||||
|
||||
local function func_header_impl_generate(FP)
|
||||
local function func_header_impl_generate(FP, defines)
|
||||
|
||||
local outtab = {}
|
||||
|
||||
for k,v in pairs(defines) do
|
||||
table.insert(outtab,"#define "..k.." "..v.."\n")
|
||||
end
|
||||
-- for _,t in ipairs(FP.funcdefs) do
|
||||
-- if t.cimguiname then
|
||||
-- local cimf = FP.defsT[t.cimguiname]
|
||||
@@ -495,13 +497,13 @@ if #implementations > 0 then
|
||||
parser2.cimgui_inherited = dofile([[./output/structs_and_enums.lua]])
|
||||
parser2.getCname = getCname
|
||||
local defines = parser2:take_lines(CPRE..extra_defines..extra_includes..source, {locati}, COMPILER)
|
||||
|
||||
|
||||
local parser3 = cpp2ffi.Parser()
|
||||
parser3.getCname = getCname
|
||||
parser3.cimgui_inherited = dofile([[./output/structs_and_enums.lua]])
|
||||
parser3:take_lines(CPRE..extra_defines..extra_includes..source, {locati}, COMPILER)
|
||||
local defines = parser3:take_lines(CPRE..extra_defines..extra_includes..source, {locati}, COMPILER)
|
||||
parser3:do_parse()
|
||||
local cfuncsstr = func_header_impl_generate(parser3)
|
||||
local cfuncsstr = func_header_impl_generate(parser3, defines)
|
||||
local cstructstr1,cstructstr2 = parser3.structs_and_enums[1], parser3.structs_and_enums[2]
|
||||
local cstru = cstructstr1 .. cstructstr2
|
||||
if cstru ~="" then
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
"IMGUI_TABLE_MAX_COLUMNS": "512",
|
||||
"IMGUI_TEST_ENGINE_ITEM_ADD(_ID,_BB,_ITEM_DATA)": "((void)0)",
|
||||
"IMGUI_TEST_ENGINE_ITEM_INFO(_ID,_LABEL,_FLAGS)": "((void)g)",
|
||||
"IMGUI_VERSION": "\"1.92.7\"",
|
||||
"IMGUI_VERSION_NUM": "19270",
|
||||
"IMGUI_VERSION": "\"1.92.8\"",
|
||||
"IMGUI_VERSION_NUM": "19280",
|
||||
"IMGUI_WINDOW_HARD_MIN_SIZE": "4.0f",
|
||||
"IMSTB_TEXTEDIT_CHARTYPE": "char",
|
||||
"IMSTB_TEXTEDIT_GETWIDTH_NEWLINE": "(-1.0f)",
|
||||
@@ -88,7 +88,6 @@
|
||||
"ImAtof(STR)": "atof(STR)",
|
||||
"ImCeil(X)": "ceilf(X)",
|
||||
"ImCos(X)": "cosf(X)",
|
||||
"ImDrawCallback_ResetRenderState": "(ImDrawCallback)(-8)",
|
||||
"ImFabs(X)": "fabsf(X)",
|
||||
"ImFmod(X,Y)": "fmodf((X), (Y))",
|
||||
"ImFontAtlasRectId_GenerationMask_": "(0x3FF00000)",
|
||||
|
||||
@@ -24,8 +24,8 @@ local t={
|
||||
IMGUI_TABLE_MAX_COLUMNS="512",
|
||||
["IMGUI_TEST_ENGINE_ITEM_ADD(_ID,_BB,_ITEM_DATA)"]="((void)0)",
|
||||
["IMGUI_TEST_ENGINE_ITEM_INFO(_ID,_LABEL,_FLAGS)"]="((void)g)",
|
||||
IMGUI_VERSION="\"1.92.7\"",
|
||||
IMGUI_VERSION_NUM="19270",
|
||||
IMGUI_VERSION="\"1.92.8\"",
|
||||
IMGUI_VERSION_NUM="19280",
|
||||
IMGUI_WINDOW_HARD_MIN_SIZE="4.0f",
|
||||
IMSTB_TEXTEDIT_CHARTYPE="char",
|
||||
IMSTB_TEXTEDIT_GETWIDTH_NEWLINE="(-1.0f)",
|
||||
@@ -88,7 +88,6 @@ local t={
|
||||
["ImAtof(STR)"]="atof(STR)",
|
||||
["ImCeil(X)"]="ceilf(X)",
|
||||
["ImCos(X)"]="cosf(X)",
|
||||
ImDrawCallback_ResetRenderState="(ImDrawCallback)(-8)",
|
||||
["ImFabs(X)"]="fabsf(X)",
|
||||
["ImFmod(X,Y)"]="fmodf((X), (Y))",
|
||||
ImFontAtlasRectId_GenerationMask_="(0x3FF00000)",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -489,7 +489,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
|
||||
"location": "imgui_impl_opengl2:38",
|
||||
"location": "imgui_impl_opengl2:39",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
|
||||
"ret": "bool",
|
||||
"signature": "()",
|
||||
@@ -506,7 +506,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
||||
"location": "imgui_impl_opengl2:39",
|
||||
"location": "imgui_impl_opengl2:40",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -523,7 +523,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_Init",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_Init",
|
||||
"location": "imgui_impl_opengl2:32",
|
||||
"location": "imgui_impl_opengl2:33",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_Init",
|
||||
"ret": "bool",
|
||||
"signature": "()",
|
||||
@@ -540,7 +540,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_NewFrame",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_NewFrame",
|
||||
"location": "imgui_impl_opengl2:34",
|
||||
"location": "imgui_impl_opengl2:35",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_NewFrame",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -562,7 +562,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_RenderDrawData",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_RenderDrawData",
|
||||
"location": "imgui_impl_opengl2:35",
|
||||
"location": "imgui_impl_opengl2:36",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_RenderDrawData",
|
||||
"ret": "void",
|
||||
"signature": "(ImDrawData*)",
|
||||
@@ -579,7 +579,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_Shutdown",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_Shutdown",
|
||||
"location": "imgui_impl_opengl2:33",
|
||||
"location": "imgui_impl_opengl2:34",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_Shutdown",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -601,7 +601,7 @@
|
||||
"cimguiname": "ImGui_ImplOpenGL2_UpdateTexture",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplOpenGL2_UpdateTexture",
|
||||
"location": "imgui_impl_opengl2:42",
|
||||
"location": "imgui_impl_opengl2:43",
|
||||
"ov_cimguiname": "ImGui_ImplOpenGL2_UpdateTexture",
|
||||
"ret": "void",
|
||||
"signature": "(ImTextureData*)",
|
||||
@@ -1363,7 +1363,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_CreateOrResizeWindow",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_CreateOrResizeWindow",
|
||||
"location": "imgui_impl_vulkan:208",
|
||||
"location": "imgui_impl_vulkan:211",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_CreateOrResizeWindow",
|
||||
"ret": "void",
|
||||
"signature": "(VkInstance,VkPhysicalDevice,VkDevice,ImGui_ImplVulkanH_Window*,uint32_t,const VkAllocationCallbacks*,int,int,uint32_t,VkImageUsageFlags)",
|
||||
@@ -1397,7 +1397,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_DestroyWindow",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_DestroyWindow",
|
||||
"location": "imgui_impl_vulkan:209",
|
||||
"location": "imgui_impl_vulkan:212",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_DestroyWindow",
|
||||
"ret": "void",
|
||||
"signature": "(VkInstance,VkDevice,ImGui_ImplVulkanH_Window*,const VkAllocationCallbacks*)",
|
||||
@@ -1419,7 +1419,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_GetMinImageCountFromPresentMode",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_GetMinImageCountFromPresentMode",
|
||||
"location": "imgui_impl_vulkan:214",
|
||||
"location": "imgui_impl_vulkan:217",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_GetMinImageCountFromPresentMode",
|
||||
"ret": "int",
|
||||
"signature": "(VkPresentModeKHR)",
|
||||
@@ -1441,7 +1441,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_GetWindowDataFromViewport",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_GetWindowDataFromViewport",
|
||||
"location": "imgui_impl_vulkan:215",
|
||||
"location": "imgui_impl_vulkan:218",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_GetWindowDataFromViewport",
|
||||
"ret": "ImGui_ImplVulkanH_Window*",
|
||||
"signature": "(ImGuiViewport*)",
|
||||
@@ -1463,7 +1463,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_SelectPhysicalDevice",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_SelectPhysicalDevice",
|
||||
"location": "imgui_impl_vulkan:212",
|
||||
"location": "imgui_impl_vulkan:215",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_SelectPhysicalDevice",
|
||||
"ret": "VkPhysicalDevice",
|
||||
"signature": "(VkInstance)",
|
||||
@@ -1497,7 +1497,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_SelectPresentMode",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_SelectPresentMode",
|
||||
"location": "imgui_impl_vulkan:211",
|
||||
"location": "imgui_impl_vulkan:214",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_SelectPresentMode",
|
||||
"ret": "VkPresentModeKHR",
|
||||
"signature": "(VkPhysicalDevice,VkSurfaceKHR,const VkPresentModeKHR*,int)",
|
||||
@@ -1519,7 +1519,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_SelectQueueFamilyIndex",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_SelectQueueFamilyIndex",
|
||||
"location": "imgui_impl_vulkan:213",
|
||||
"location": "imgui_impl_vulkan:216",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_SelectQueueFamilyIndex",
|
||||
"ret": "uint32_t",
|
||||
"signature": "(VkPhysicalDevice)",
|
||||
@@ -1557,7 +1557,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_SelectSurfaceFormat",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_SelectSurfaceFormat",
|
||||
"location": "imgui_impl_vulkan:210",
|
||||
"location": "imgui_impl_vulkan:213",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_SelectSurfaceFormat",
|
||||
"ret": "VkSurfaceFormatKHR",
|
||||
"signature": "(VkPhysicalDevice,VkSurfaceKHR,const VkFormat*,int,VkColorSpaceKHR)",
|
||||
@@ -1575,7 +1575,7 @@
|
||||
"constructor": true,
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkanH_Window",
|
||||
"location": "imgui_impl_vulkan:260",
|
||||
"location": "imgui_impl_vulkan:263",
|
||||
"namespace": "ImGui_ImplVulkanH_Window",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_Window_ImGui_ImplVulkanH_Window",
|
||||
"signature": "()",
|
||||
@@ -1595,7 +1595,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkanH_Window_destroy",
|
||||
"defaults": {},
|
||||
"destructor": true,
|
||||
"location": "imgui_impl_vulkan:260",
|
||||
"location": "imgui_impl_vulkan:263",
|
||||
"ov_cimguiname": "ImGui_ImplVulkanH_Window_destroy",
|
||||
"ret": "void",
|
||||
"signature": "(ImGui_ImplVulkanH_Window*)",
|
||||
@@ -1604,12 +1604,8 @@
|
||||
],
|
||||
"ImGui_ImplVulkan_AddTexture": [
|
||||
{
|
||||
"args": "(VkSampler sampler,VkImageView image_view,VkImageLayout image_layout)",
|
||||
"args": "(VkImageView image_view,VkImageLayout image_layout)",
|
||||
"argsT": [
|
||||
{
|
||||
"name": "sampler",
|
||||
"type": "VkSampler"
|
||||
},
|
||||
{
|
||||
"name": "image_view",
|
||||
"type": "VkImageView"
|
||||
@@ -1619,16 +1615,16 @@
|
||||
"type": "VkImageLayout"
|
||||
}
|
||||
],
|
||||
"argsoriginal": "(VkSampler sampler,VkImageView image_view,VkImageLayout image_layout)",
|
||||
"call_args": "(sampler,image_view,image_layout)",
|
||||
"call_args_old": "(sampler,image_view,image_layout)",
|
||||
"argsoriginal": "(VkImageView image_view,VkImageLayout image_layout)",
|
||||
"call_args": "(image_view,image_layout)",
|
||||
"call_args_old": "(image_view,image_layout)",
|
||||
"cimguiname": "ImGui_ImplVulkan_AddTexture",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_AddTexture",
|
||||
"location": "imgui_impl_vulkan:166",
|
||||
"location": "imgui_impl_vulkan:165",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_AddTexture",
|
||||
"ret": "VkDescriptorSet",
|
||||
"signature": "(VkSampler,VkImageView,VkImageLayout)",
|
||||
"signature": "(VkImageView,VkImageLayout)",
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
@@ -1647,7 +1643,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_CreateMainPipeline",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_CreateMainPipeline",
|
||||
"location": "imgui_impl_vulkan:158",
|
||||
"location": "imgui_impl_vulkan:159",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_CreateMainPipeline",
|
||||
"ret": "void",
|
||||
"signature": "(const ImGui_ImplVulkan_PipelineInfo*)",
|
||||
@@ -1669,7 +1665,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_Init",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_Init",
|
||||
"location": "imgui_impl_vulkan:149",
|
||||
"location": "imgui_impl_vulkan:150",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_Init",
|
||||
"ret": "bool",
|
||||
"signature": "(ImGui_ImplVulkan_InitInfo*)",
|
||||
@@ -1701,7 +1697,7 @@
|
||||
"user_data": "nullptr"
|
||||
},
|
||||
"funcname": "ImGui_ImplVulkan_LoadFunctions",
|
||||
"location": "imgui_impl_vulkan:171",
|
||||
"location": "imgui_impl_vulkan:174",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_LoadFunctions",
|
||||
"ret": "bool",
|
||||
"signature": "(uint32_t,PFN_vkVoidFunction(*loader_func)(const char* function_name,void*,void*)",
|
||||
@@ -1718,7 +1714,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_NewFrame",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_NewFrame",
|
||||
"location": "imgui_impl_vulkan:151",
|
||||
"location": "imgui_impl_vulkan:152",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_NewFrame",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -1740,7 +1736,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_RemoveTexture",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_RemoveTexture",
|
||||
"location": "imgui_impl_vulkan:167",
|
||||
"location": "imgui_impl_vulkan:166",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_RemoveTexture",
|
||||
"ret": "void",
|
||||
"signature": "(VkDescriptorSet)",
|
||||
@@ -1772,7 +1768,7 @@
|
||||
"pipeline": "0ULL"
|
||||
},
|
||||
"funcname": "ImGui_ImplVulkan_RenderDrawData",
|
||||
"location": "imgui_impl_vulkan:152",
|
||||
"location": "imgui_impl_vulkan:153",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_RenderDrawData",
|
||||
"ret": "void",
|
||||
"signature": "(ImDrawData*,VkCommandBuffer,VkPipeline)",
|
||||
@@ -1794,7 +1790,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_SetMinImageCount",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_SetMinImageCount",
|
||||
"location": "imgui_impl_vulkan:153",
|
||||
"location": "imgui_impl_vulkan:154",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_SetMinImageCount",
|
||||
"ret": "void",
|
||||
"signature": "(uint32_t)",
|
||||
@@ -1811,7 +1807,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_Shutdown",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_Shutdown",
|
||||
"location": "imgui_impl_vulkan:150",
|
||||
"location": "imgui_impl_vulkan:151",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_Shutdown",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -1833,7 +1829,7 @@
|
||||
"cimguiname": "ImGui_ImplVulkan_UpdateTexture",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplVulkan_UpdateTexture",
|
||||
"location": "imgui_impl_vulkan:161",
|
||||
"location": "imgui_impl_vulkan:162",
|
||||
"ov_cimguiname": "ImGui_ImplVulkan_UpdateTexture",
|
||||
"ret": "void",
|
||||
"signature": "(ImTextureData*)",
|
||||
|
||||
@@ -418,7 +418,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_CreateDeviceObjects",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_CreateDeviceObjects",
|
||||
location="imgui_impl_opengl2:38",
|
||||
location="imgui_impl_opengl2:39",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_CreateDeviceObjects",
|
||||
ret="bool",
|
||||
signature="()",
|
||||
@@ -434,7 +434,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
||||
location="imgui_impl_opengl2:39",
|
||||
location="imgui_impl_opengl2:40",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
||||
ret="void",
|
||||
signature="()",
|
||||
@@ -450,7 +450,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_Init",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_Init",
|
||||
location="imgui_impl_opengl2:32",
|
||||
location="imgui_impl_opengl2:33",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_Init",
|
||||
ret="bool",
|
||||
signature="()",
|
||||
@@ -466,7 +466,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_NewFrame",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_NewFrame",
|
||||
location="imgui_impl_opengl2:34",
|
||||
location="imgui_impl_opengl2:35",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_NewFrame",
|
||||
ret="void",
|
||||
signature="()",
|
||||
@@ -485,7 +485,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_RenderDrawData",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_RenderDrawData",
|
||||
location="imgui_impl_opengl2:35",
|
||||
location="imgui_impl_opengl2:36",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_RenderDrawData",
|
||||
ret="void",
|
||||
signature="(ImDrawData*)",
|
||||
@@ -501,7 +501,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_Shutdown",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_Shutdown",
|
||||
location="imgui_impl_opengl2:33",
|
||||
location="imgui_impl_opengl2:34",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_Shutdown",
|
||||
ret="void",
|
||||
signature="()",
|
||||
@@ -520,7 +520,7 @@ local t={
|
||||
cimguiname="ImGui_ImplOpenGL2_UpdateTexture",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplOpenGL2_UpdateTexture",
|
||||
location="imgui_impl_opengl2:42",
|
||||
location="imgui_impl_opengl2:43",
|
||||
ov_cimguiname="ImGui_ImplOpenGL2_UpdateTexture",
|
||||
ret="void",
|
||||
signature="(ImTextureData*)",
|
||||
@@ -1179,7 +1179,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_CreateOrResizeWindow",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_CreateOrResizeWindow",
|
||||
location="imgui_impl_vulkan:208",
|
||||
location="imgui_impl_vulkan:211",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_CreateOrResizeWindow",
|
||||
ret="void",
|
||||
signature="(VkInstance,VkPhysicalDevice,VkDevice,ImGui_ImplVulkanH_Window*,uint32_t,const VkAllocationCallbacks*,int,int,uint32_t,VkImageUsageFlags)",
|
||||
@@ -1207,7 +1207,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_DestroyWindow",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_DestroyWindow",
|
||||
location="imgui_impl_vulkan:209",
|
||||
location="imgui_impl_vulkan:212",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_DestroyWindow",
|
||||
ret="void",
|
||||
signature="(VkInstance,VkDevice,ImGui_ImplVulkanH_Window*,const VkAllocationCallbacks*)",
|
||||
@@ -1226,7 +1226,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_GetMinImageCountFromPresentMode",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_GetMinImageCountFromPresentMode",
|
||||
location="imgui_impl_vulkan:214",
|
||||
location="imgui_impl_vulkan:217",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_GetMinImageCountFromPresentMode",
|
||||
ret="int",
|
||||
signature="(VkPresentModeKHR)",
|
||||
@@ -1245,7 +1245,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_GetWindowDataFromViewport",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_GetWindowDataFromViewport",
|
||||
location="imgui_impl_vulkan:215",
|
||||
location="imgui_impl_vulkan:218",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_GetWindowDataFromViewport",
|
||||
ret="ImGui_ImplVulkanH_Window*",
|
||||
signature="(ImGuiViewport*)",
|
||||
@@ -1264,7 +1264,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_SelectPhysicalDevice",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_SelectPhysicalDevice",
|
||||
location="imgui_impl_vulkan:212",
|
||||
location="imgui_impl_vulkan:215",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_SelectPhysicalDevice",
|
||||
ret="VkPhysicalDevice",
|
||||
signature="(VkInstance)",
|
||||
@@ -1292,7 +1292,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_SelectPresentMode",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_SelectPresentMode",
|
||||
location="imgui_impl_vulkan:211",
|
||||
location="imgui_impl_vulkan:214",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_SelectPresentMode",
|
||||
ret="VkPresentModeKHR",
|
||||
signature="(VkPhysicalDevice,VkSurfaceKHR,const VkPresentModeKHR*,int)",
|
||||
@@ -1311,7 +1311,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_SelectQueueFamilyIndex",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_SelectQueueFamilyIndex",
|
||||
location="imgui_impl_vulkan:213",
|
||||
location="imgui_impl_vulkan:216",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_SelectQueueFamilyIndex",
|
||||
ret="uint32_t",
|
||||
signature="(VkPhysicalDevice)",
|
||||
@@ -1342,7 +1342,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_SelectSurfaceFormat",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_SelectSurfaceFormat",
|
||||
location="imgui_impl_vulkan:210",
|
||||
location="imgui_impl_vulkan:213",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_SelectSurfaceFormat",
|
||||
ret="VkSurfaceFormatKHR",
|
||||
signature="(VkPhysicalDevice,VkSurfaceKHR,const VkFormat*,int,VkColorSpaceKHR)",
|
||||
@@ -1359,7 +1359,7 @@ local t={
|
||||
constructor=true,
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkanH_Window",
|
||||
location="imgui_impl_vulkan:260",
|
||||
location="imgui_impl_vulkan:263",
|
||||
namespace="ImGui_ImplVulkanH_Window",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_Window_ImGui_ImplVulkanH_Window",
|
||||
signature="()",
|
||||
@@ -1376,7 +1376,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkanH_Window_destroy",
|
||||
defaults={},
|
||||
destructor=true,
|
||||
location="imgui_impl_vulkan:260",
|
||||
location="imgui_impl_vulkan:263",
|
||||
ov_cimguiname="ImGui_ImplVulkanH_Window_destroy",
|
||||
ret="void",
|
||||
signature="(ImGui_ImplVulkanH_Window*)",
|
||||
@@ -1384,29 +1384,26 @@ local t={
|
||||
["(ImGui_ImplVulkanH_Window*)"]=nil},
|
||||
ImGui_ImplVulkan_AddTexture={
|
||||
[1]={
|
||||
args="(VkSampler sampler,VkImageView image_view,VkImageLayout image_layout)",
|
||||
args="(VkImageView image_view,VkImageLayout image_layout)",
|
||||
argsT={
|
||||
[1]={
|
||||
name="sampler",
|
||||
type="VkSampler"},
|
||||
[2]={
|
||||
name="image_view",
|
||||
type="VkImageView"},
|
||||
[3]={
|
||||
[2]={
|
||||
name="image_layout",
|
||||
type="VkImageLayout"}},
|
||||
argsoriginal="(VkSampler sampler,VkImageView image_view,VkImageLayout image_layout)",
|
||||
call_args="(sampler,image_view,image_layout)",
|
||||
call_args_old="(sampler,image_view,image_layout)",
|
||||
argsoriginal="(VkImageView image_view,VkImageLayout image_layout)",
|
||||
call_args="(image_view,image_layout)",
|
||||
call_args_old="(image_view,image_layout)",
|
||||
cimguiname="ImGui_ImplVulkan_AddTexture",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_AddTexture",
|
||||
location="imgui_impl_vulkan:166",
|
||||
location="imgui_impl_vulkan:165",
|
||||
ov_cimguiname="ImGui_ImplVulkan_AddTexture",
|
||||
ret="VkDescriptorSet",
|
||||
signature="(VkSampler,VkImageView,VkImageLayout)",
|
||||
signature="(VkImageView,VkImageLayout)",
|
||||
stname=""},
|
||||
["(VkSampler,VkImageView,VkImageLayout)"]=nil},
|
||||
["(VkImageView,VkImageLayout)"]=nil},
|
||||
ImGui_ImplVulkan_CreateMainPipeline={
|
||||
[1]={
|
||||
args="(const ImGui_ImplVulkan_PipelineInfo* info)",
|
||||
@@ -1420,7 +1417,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_CreateMainPipeline",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_CreateMainPipeline",
|
||||
location="imgui_impl_vulkan:158",
|
||||
location="imgui_impl_vulkan:159",
|
||||
ov_cimguiname="ImGui_ImplVulkan_CreateMainPipeline",
|
||||
ret="void",
|
||||
signature="(const ImGui_ImplVulkan_PipelineInfo*)",
|
||||
@@ -1439,7 +1436,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_Init",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_Init",
|
||||
location="imgui_impl_vulkan:149",
|
||||
location="imgui_impl_vulkan:150",
|
||||
ov_cimguiname="ImGui_ImplVulkan_Init",
|
||||
ret="bool",
|
||||
signature="(ImGui_ImplVulkan_InitInfo*)",
|
||||
@@ -1465,7 +1462,7 @@ local t={
|
||||
defaults={
|
||||
user_data="nullptr"},
|
||||
funcname="ImGui_ImplVulkan_LoadFunctions",
|
||||
location="imgui_impl_vulkan:171",
|
||||
location="imgui_impl_vulkan:174",
|
||||
ov_cimguiname="ImGui_ImplVulkan_LoadFunctions",
|
||||
ret="bool",
|
||||
signature="(uint32_t,PFN_vkVoidFunction(*loader_func)(const char* function_name,void*,void*)",
|
||||
@@ -1481,7 +1478,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_NewFrame",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_NewFrame",
|
||||
location="imgui_impl_vulkan:151",
|
||||
location="imgui_impl_vulkan:152",
|
||||
ov_cimguiname="ImGui_ImplVulkan_NewFrame",
|
||||
ret="void",
|
||||
signature="()",
|
||||
@@ -1500,7 +1497,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_RemoveTexture",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_RemoveTexture",
|
||||
location="imgui_impl_vulkan:167",
|
||||
location="imgui_impl_vulkan:166",
|
||||
ov_cimguiname="ImGui_ImplVulkan_RemoveTexture",
|
||||
ret="void",
|
||||
signature="(VkDescriptorSet)",
|
||||
@@ -1526,7 +1523,7 @@ local t={
|
||||
defaults={
|
||||
pipeline="0ULL"},
|
||||
funcname="ImGui_ImplVulkan_RenderDrawData",
|
||||
location="imgui_impl_vulkan:152",
|
||||
location="imgui_impl_vulkan:153",
|
||||
ov_cimguiname="ImGui_ImplVulkan_RenderDrawData",
|
||||
ret="void",
|
||||
signature="(ImDrawData*,VkCommandBuffer,VkPipeline)",
|
||||
@@ -1545,7 +1542,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_SetMinImageCount",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_SetMinImageCount",
|
||||
location="imgui_impl_vulkan:153",
|
||||
location="imgui_impl_vulkan:154",
|
||||
ov_cimguiname="ImGui_ImplVulkan_SetMinImageCount",
|
||||
ret="void",
|
||||
signature="(uint32_t)",
|
||||
@@ -1561,7 +1558,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_Shutdown",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_Shutdown",
|
||||
location="imgui_impl_vulkan:150",
|
||||
location="imgui_impl_vulkan:151",
|
||||
ov_cimguiname="ImGui_ImplVulkan_Shutdown",
|
||||
ret="void",
|
||||
signature="()",
|
||||
@@ -1580,7 +1577,7 @@ local t={
|
||||
cimguiname="ImGui_ImplVulkan_UpdateTexture",
|
||||
defaults={},
|
||||
funcname="ImGui_ImplVulkan_UpdateTexture",
|
||||
location="imgui_impl_vulkan:161",
|
||||
location="imgui_impl_vulkan:162",
|
||||
ov_cimguiname="ImGui_ImplVulkan_UpdateTexture",
|
||||
ret="void",
|
||||
signature="(ImTextureData*)",
|
||||
@@ -1654,7 +1651,7 @@ t.ImGui_ImplVulkanH_SelectQueueFamilyIndex["(VkPhysicalDevice)"]=t.ImGui_ImplVul
|
||||
t.ImGui_ImplVulkanH_SelectSurfaceFormat["(VkPhysicalDevice,VkSurfaceKHR,const VkFormat*,int,VkColorSpaceKHR)"]=t.ImGui_ImplVulkanH_SelectSurfaceFormat[1]
|
||||
t.ImGui_ImplVulkanH_Window_ImGui_ImplVulkanH_Window["()"]=t.ImGui_ImplVulkanH_Window_ImGui_ImplVulkanH_Window[1]
|
||||
t.ImGui_ImplVulkanH_Window_destroy["(ImGui_ImplVulkanH_Window*)"]=t.ImGui_ImplVulkanH_Window_destroy[1]
|
||||
t.ImGui_ImplVulkan_AddTexture["(VkSampler,VkImageView,VkImageLayout)"]=t.ImGui_ImplVulkan_AddTexture[1]
|
||||
t.ImGui_ImplVulkan_AddTexture["(VkImageView,VkImageLayout)"]=t.ImGui_ImplVulkan_AddTexture[1]
|
||||
t.ImGui_ImplVulkan_CreateMainPipeline["(const ImGui_ImplVulkan_PipelineInfo*)"]=t.ImGui_ImplVulkan_CreateMainPipeline[1]
|
||||
t.ImGui_ImplVulkan_Init["(ImGui_ImplVulkan_InitInfo*)"]=t.ImGui_ImplVulkan_Init[1]
|
||||
t.ImGui_ImplVulkan_LoadFunctions["(uint32_t,PFN_vkVoidFunction(*loader_func)(const char* function_name,void*,void*)"]=t.ImGui_ImplVulkan_LoadFunctions[1]
|
||||
|
||||
@@ -239,8 +239,8 @@ igSelectable 2
|
||||
1 bool igSelectable_Bool (const char*,bool,ImGuiSelectableFlags,const ImVec2)
|
||||
2 bool igSelectable_BoolPtr (const char*,bool*,ImGuiSelectableFlags,const ImVec2)
|
||||
igSetItemKeyOwner 2
|
||||
1 void igSetItemKeyOwner_Nil (ImGuiKey)
|
||||
2 void igSetItemKeyOwner_InputFlags (ImGuiKey,ImGuiInputFlags)
|
||||
1 bool igSetItemKeyOwner_Nil (ImGuiKey)
|
||||
2 bool igSetItemKeyOwner_InputFlags (ImGuiKey,ImGuiInputFlags)
|
||||
igSetScrollFromPosX 2
|
||||
1 void igSetScrollFromPosX_Float (float,float)
|
||||
2 void igSetScrollFromPosX_WindowPtr (ImGuiWindow*,float,float)
|
||||
|
||||
@@ -6,11 +6,6 @@
|
||||
"name": "ImDrawFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImDrawFlags_Closed",
|
||||
"value": "1 << 0"
|
||||
},
|
||||
{
|
||||
"calc_value": 16,
|
||||
"name": "ImDrawFlags_RoundCornersTopLeft",
|
||||
@@ -36,6 +31,11 @@
|
||||
"name": "ImDrawFlags_RoundCornersNone",
|
||||
"value": "1 << 8"
|
||||
},
|
||||
{
|
||||
"calc_value": 512,
|
||||
"name": "ImDrawFlags_Closed",
|
||||
"value": "1 << 9"
|
||||
},
|
||||
{
|
||||
"calc_value": 48,
|
||||
"name": "ImDrawFlags_RoundCornersTop",
|
||||
@@ -70,6 +70,11 @@
|
||||
"calc_value": 496,
|
||||
"name": "ImDrawFlags_RoundCornersMask_",
|
||||
"value": "ImDrawFlags_RoundCornersAll | ImDrawFlags_RoundCornersNone"
|
||||
},
|
||||
{
|
||||
"calc_value": 2147483663,
|
||||
"name": "ImDrawFlags_InvalidMask_",
|
||||
"value": "(ImDrawFlags)0x8000000F"
|
||||
}
|
||||
],
|
||||
"ImDrawListFlags_": [
|
||||
@@ -163,6 +168,11 @@
|
||||
"calc_value": 8,
|
||||
"name": "ImFontFlags_LockBakedSizes",
|
||||
"value": "1 << 3"
|
||||
},
|
||||
{
|
||||
"calc_value": 16,
|
||||
"name": "ImFontFlags_ImplicitRefSize",
|
||||
"value": "1 << 4"
|
||||
}
|
||||
],
|
||||
"ImGuiActivateFlags_": [
|
||||
@@ -545,223 +555,228 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 19,
|
||||
"name": "ImGuiCol_SliderGrab",
|
||||
"name": "ImGuiCol_CheckboxSelectedBg",
|
||||
"value": "19"
|
||||
},
|
||||
{
|
||||
"calc_value": 20,
|
||||
"name": "ImGuiCol_SliderGrabActive",
|
||||
"name": "ImGuiCol_SliderGrab",
|
||||
"value": "20"
|
||||
},
|
||||
{
|
||||
"calc_value": 21,
|
||||
"name": "ImGuiCol_Button",
|
||||
"name": "ImGuiCol_SliderGrabActive",
|
||||
"value": "21"
|
||||
},
|
||||
{
|
||||
"calc_value": 22,
|
||||
"name": "ImGuiCol_ButtonHovered",
|
||||
"name": "ImGuiCol_Button",
|
||||
"value": "22"
|
||||
},
|
||||
{
|
||||
"calc_value": 23,
|
||||
"name": "ImGuiCol_ButtonActive",
|
||||
"name": "ImGuiCol_ButtonHovered",
|
||||
"value": "23"
|
||||
},
|
||||
{
|
||||
"calc_value": 24,
|
||||
"name": "ImGuiCol_Header",
|
||||
"name": "ImGuiCol_ButtonActive",
|
||||
"value": "24"
|
||||
},
|
||||
{
|
||||
"calc_value": 25,
|
||||
"name": "ImGuiCol_HeaderHovered",
|
||||
"name": "ImGuiCol_Header",
|
||||
"value": "25"
|
||||
},
|
||||
{
|
||||
"calc_value": 26,
|
||||
"name": "ImGuiCol_HeaderActive",
|
||||
"name": "ImGuiCol_HeaderHovered",
|
||||
"value": "26"
|
||||
},
|
||||
{
|
||||
"calc_value": 27,
|
||||
"name": "ImGuiCol_Separator",
|
||||
"name": "ImGuiCol_HeaderActive",
|
||||
"value": "27"
|
||||
},
|
||||
{
|
||||
"calc_value": 28,
|
||||
"name": "ImGuiCol_SeparatorHovered",
|
||||
"name": "ImGuiCol_Separator",
|
||||
"value": "28"
|
||||
},
|
||||
{
|
||||
"calc_value": 29,
|
||||
"name": "ImGuiCol_SeparatorActive",
|
||||
"name": "ImGuiCol_SeparatorHovered",
|
||||
"value": "29"
|
||||
},
|
||||
{
|
||||
"calc_value": 30,
|
||||
"name": "ImGuiCol_ResizeGrip",
|
||||
"name": "ImGuiCol_SeparatorActive",
|
||||
"value": "30"
|
||||
},
|
||||
{
|
||||
"calc_value": 31,
|
||||
"name": "ImGuiCol_ResizeGripHovered",
|
||||
"name": "ImGuiCol_ResizeGrip",
|
||||
"value": "31"
|
||||
},
|
||||
{
|
||||
"calc_value": 32,
|
||||
"name": "ImGuiCol_ResizeGripActive",
|
||||
"name": "ImGuiCol_ResizeGripHovered",
|
||||
"value": "32"
|
||||
},
|
||||
{
|
||||
"calc_value": 33,
|
||||
"name": "ImGuiCol_InputTextCursor",
|
||||
"name": "ImGuiCol_ResizeGripActive",
|
||||
"value": "33"
|
||||
},
|
||||
{
|
||||
"calc_value": 34,
|
||||
"name": "ImGuiCol_TabHovered",
|
||||
"name": "ImGuiCol_InputTextCursor",
|
||||
"value": "34"
|
||||
},
|
||||
{
|
||||
"calc_value": 35,
|
||||
"name": "ImGuiCol_Tab",
|
||||
"name": "ImGuiCol_TabHovered",
|
||||
"value": "35"
|
||||
},
|
||||
{
|
||||
"calc_value": 36,
|
||||
"name": "ImGuiCol_TabSelected",
|
||||
"name": "ImGuiCol_Tab",
|
||||
"value": "36"
|
||||
},
|
||||
{
|
||||
"calc_value": 37,
|
||||
"name": "ImGuiCol_TabSelectedOverline",
|
||||
"name": "ImGuiCol_TabSelected",
|
||||
"value": "37"
|
||||
},
|
||||
{
|
||||
"calc_value": 38,
|
||||
"name": "ImGuiCol_TabDimmed",
|
||||
"name": "ImGuiCol_TabSelectedOverline",
|
||||
"value": "38"
|
||||
},
|
||||
{
|
||||
"calc_value": 39,
|
||||
"name": "ImGuiCol_TabDimmedSelected",
|
||||
"name": "ImGuiCol_TabDimmed",
|
||||
"value": "39"
|
||||
},
|
||||
{
|
||||
"calc_value": 40,
|
||||
"name": "ImGuiCol_TabDimmedSelectedOverline",
|
||||
"name": "ImGuiCol_TabDimmedSelected",
|
||||
"value": "40"
|
||||
},
|
||||
{
|
||||
"calc_value": 41,
|
||||
"name": "ImGuiCol_DockingPreview",
|
||||
"name": "ImGuiCol_TabDimmedSelectedOverline",
|
||||
"value": "41"
|
||||
},
|
||||
{
|
||||
"calc_value": 42,
|
||||
"name": "ImGuiCol_DockingEmptyBg",
|
||||
"name": "ImGuiCol_DockingPreview",
|
||||
"value": "42"
|
||||
},
|
||||
{
|
||||
"calc_value": 43,
|
||||
"name": "ImGuiCol_PlotLines",
|
||||
"name": "ImGuiCol_DockingEmptyBg",
|
||||
"value": "43"
|
||||
},
|
||||
{
|
||||
"calc_value": 44,
|
||||
"name": "ImGuiCol_PlotLinesHovered",
|
||||
"name": "ImGuiCol_PlotLines",
|
||||
"value": "44"
|
||||
},
|
||||
{
|
||||
"calc_value": 45,
|
||||
"name": "ImGuiCol_PlotHistogram",
|
||||
"name": "ImGuiCol_PlotLinesHovered",
|
||||
"value": "45"
|
||||
},
|
||||
{
|
||||
"calc_value": 46,
|
||||
"name": "ImGuiCol_PlotHistogramHovered",
|
||||
"name": "ImGuiCol_PlotHistogram",
|
||||
"value": "46"
|
||||
},
|
||||
{
|
||||
"calc_value": 47,
|
||||
"name": "ImGuiCol_TableHeaderBg",
|
||||
"name": "ImGuiCol_PlotHistogramHovered",
|
||||
"value": "47"
|
||||
},
|
||||
{
|
||||
"calc_value": 48,
|
||||
"name": "ImGuiCol_TableBorderStrong",
|
||||
"name": "ImGuiCol_TableHeaderBg",
|
||||
"value": "48"
|
||||
},
|
||||
{
|
||||
"calc_value": 49,
|
||||
"name": "ImGuiCol_TableBorderLight",
|
||||
"name": "ImGuiCol_TableBorderStrong",
|
||||
"value": "49"
|
||||
},
|
||||
{
|
||||
"calc_value": 50,
|
||||
"name": "ImGuiCol_TableRowBg",
|
||||
"name": "ImGuiCol_TableBorderLight",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"calc_value": 51,
|
||||
"name": "ImGuiCol_TableRowBgAlt",
|
||||
"name": "ImGuiCol_TableRowBg",
|
||||
"value": "51"
|
||||
},
|
||||
{
|
||||
"calc_value": 52,
|
||||
"name": "ImGuiCol_TextLink",
|
||||
"name": "ImGuiCol_TableRowBgAlt",
|
||||
"value": "52"
|
||||
},
|
||||
{
|
||||
"calc_value": 53,
|
||||
"name": "ImGuiCol_TextSelectedBg",
|
||||
"name": "ImGuiCol_TextLink",
|
||||
"value": "53"
|
||||
},
|
||||
{
|
||||
"calc_value": 54,
|
||||
"name": "ImGuiCol_TreeLines",
|
||||
"name": "ImGuiCol_TextSelectedBg",
|
||||
"value": "54"
|
||||
},
|
||||
{
|
||||
"calc_value": 55,
|
||||
"name": "ImGuiCol_DragDropTarget",
|
||||
"name": "ImGuiCol_TreeLines",
|
||||
"value": "55"
|
||||
},
|
||||
{
|
||||
"calc_value": 56,
|
||||
"name": "ImGuiCol_DragDropTargetBg",
|
||||
"name": "ImGuiCol_DragDropTarget",
|
||||
"value": "56"
|
||||
},
|
||||
{
|
||||
"calc_value": 57,
|
||||
"name": "ImGuiCol_UnsavedMarker",
|
||||
"name": "ImGuiCol_DragDropTargetBg",
|
||||
"value": "57"
|
||||
},
|
||||
{
|
||||
"calc_value": 58,
|
||||
"name": "ImGuiCol_NavCursor",
|
||||
"name": "ImGuiCol_UnsavedMarker",
|
||||
"value": "58"
|
||||
},
|
||||
{
|
||||
"calc_value": 59,
|
||||
"name": "ImGuiCol_NavWindowingHighlight",
|
||||
"name": "ImGuiCol_NavCursor",
|
||||
"value": "59"
|
||||
},
|
||||
{
|
||||
"calc_value": 60,
|
||||
"name": "ImGuiCol_NavWindowingDimBg",
|
||||
"name": "ImGuiCol_NavWindowingHighlight",
|
||||
"value": "60"
|
||||
},
|
||||
{
|
||||
"calc_value": 61,
|
||||
"name": "ImGuiCol_ModalWindowDimBg",
|
||||
"name": "ImGuiCol_NavWindowingDimBg",
|
||||
"value": "61"
|
||||
},
|
||||
{
|
||||
"calc_value": 62,
|
||||
"name": "ImGuiCol_COUNT",
|
||||
"name": "ImGuiCol_ModalWindowDimBg",
|
||||
"value": "62"
|
||||
},
|
||||
{
|
||||
"calc_value": 63,
|
||||
"name": "ImGuiCol_COUNT",
|
||||
"value": "63"
|
||||
}
|
||||
],
|
||||
"ImGuiColorEditFlags_": [
|
||||
@@ -2340,6 +2355,11 @@
|
||||
"calc_value": 1024,
|
||||
"name": "ImGuiItemStatusFlags_HasShortcut",
|
||||
"value": "1 << 10"
|
||||
},
|
||||
{
|
||||
"calc_value": 2048,
|
||||
"name": "ImGuiItemStatusFlags_EditedInternal",
|
||||
"value": "1 << 11"
|
||||
}
|
||||
],
|
||||
"ImGuiKey": [
|
||||
@@ -4317,43 +4337,48 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 35,
|
||||
"name": "ImGuiStyleVar_ButtonTextAlign",
|
||||
"name": "ImGuiStyleVar_DragDropTargetRounding",
|
||||
"value": "35"
|
||||
},
|
||||
{
|
||||
"calc_value": 36,
|
||||
"name": "ImGuiStyleVar_SelectableTextAlign",
|
||||
"name": "ImGuiStyleVar_ButtonTextAlign",
|
||||
"value": "36"
|
||||
},
|
||||
{
|
||||
"calc_value": 37,
|
||||
"name": "ImGuiStyleVar_SeparatorSize",
|
||||
"name": "ImGuiStyleVar_SelectableTextAlign",
|
||||
"value": "37"
|
||||
},
|
||||
{
|
||||
"calc_value": 38,
|
||||
"name": "ImGuiStyleVar_SeparatorTextBorderSize",
|
||||
"name": "ImGuiStyleVar_SeparatorSize",
|
||||
"value": "38"
|
||||
},
|
||||
{
|
||||
"calc_value": 39,
|
||||
"name": "ImGuiStyleVar_SeparatorTextAlign",
|
||||
"name": "ImGuiStyleVar_SeparatorTextBorderSize",
|
||||
"value": "39"
|
||||
},
|
||||
{
|
||||
"calc_value": 40,
|
||||
"name": "ImGuiStyleVar_SeparatorTextPadding",
|
||||
"name": "ImGuiStyleVar_SeparatorTextAlign",
|
||||
"value": "40"
|
||||
},
|
||||
{
|
||||
"calc_value": 41,
|
||||
"name": "ImGuiStyleVar_DockingSeparatorSize",
|
||||
"name": "ImGuiStyleVar_SeparatorTextPadding",
|
||||
"value": "41"
|
||||
},
|
||||
{
|
||||
"calc_value": 42,
|
||||
"name": "ImGuiStyleVar_COUNT",
|
||||
"name": "ImGuiStyleVar_DockingSeparatorSize",
|
||||
"value": "42"
|
||||
},
|
||||
{
|
||||
"calc_value": 43,
|
||||
"name": "ImGuiStyleVar_COUNT",
|
||||
"value": "43"
|
||||
}
|
||||
],
|
||||
"ImGuiTabBarFlagsPrivate_": [
|
||||
@@ -5443,222 +5468,222 @@
|
||||
"ImGuiSortDirection": "ImU8"
|
||||
},
|
||||
"locations": {
|
||||
"ImBitVector": "imgui_internal:670",
|
||||
"ImColor": "imgui:3100",
|
||||
"ImDrawChannel": "imgui:3356",
|
||||
"ImDrawCmd": "imgui:3312",
|
||||
"ImDrawCmdHeader": "imgui:3348",
|
||||
"ImDrawData": "imgui:3577",
|
||||
"ImDrawDataBuilder": "imgui_internal:898",
|
||||
"ImDrawFlags_": "imgui:3381",
|
||||
"ImDrawList": "imgui:3419",
|
||||
"ImDrawListFlags_": "imgui:3401",
|
||||
"ImDrawListSharedData": "imgui_internal:871",
|
||||
"ImDrawListSplitter": "imgui:3364",
|
||||
"ImDrawTextFlags_": "imgui_internal:443",
|
||||
"ImDrawVert": "imgui:3333",
|
||||
"ImFont": "imgui:4003",
|
||||
"ImFontAtlas": "imgui:3804",
|
||||
"ImFontAtlasBuilder": "imgui_internal:4176",
|
||||
"ImFontAtlasFlags_": "imgui:3777",
|
||||
"ImFontAtlasPostProcessData": "imgui_internal:4149",
|
||||
"ImFontAtlasRect": "imgui:3767",
|
||||
"ImFontAtlasRectEntry": "imgui_internal:4141",
|
||||
"ImFontBaked": "imgui:3955",
|
||||
"ImFontConfig": "imgui:3686",
|
||||
"ImFontFlags_": "imgui:3990",
|
||||
"ImFontGlyph": "imgui:3729",
|
||||
"ImFontGlyphRangesBuilder": "imgui:3745",
|
||||
"ImFontLoader": "imgui_internal:4090",
|
||||
"ImFontStackData": "imgui_internal:906",
|
||||
"ImGuiActivateFlags_": "imgui_internal:1706",
|
||||
"ImGuiAxis": "imgui_internal:1154",
|
||||
"ImGuiBackendFlags_": "imgui:1803",
|
||||
"ImGuiBoxSelectState": "imgui_internal:1897",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:1042",
|
||||
"ImGuiButtonFlags_": "imgui:1951",
|
||||
"ImGuiChildFlags_": "imgui:1262",
|
||||
"ImGuiCol_": "imgui:1820",
|
||||
"ImGuiColorEditFlags_": "imgui:1963",
|
||||
"ImGuiColorMod": "imgui_internal:926",
|
||||
"ImGuiComboFlagsPrivate_": "imgui_internal:1068",
|
||||
"ImGuiComboFlags_": "imgui:1424",
|
||||
"ImGuiComboPreviewData": "imgui_internal:1168",
|
||||
"ImGuiCond_": "imgui:2079",
|
||||
"ImGuiConfigFlags_": "imgui:1775",
|
||||
"ImGuiContext": "imgui_internal:2386",
|
||||
"ImGuiContextHook": "imgui_internal:2369",
|
||||
"ImGuiContextHookType": "imgui_internal:2367",
|
||||
"ImGuiDataAuthority_": "imgui_internal:2010",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:952",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:961",
|
||||
"ImGuiDataTypeStorage": "imgui_internal:946",
|
||||
"ImGuiDataType_": "imgui:1580",
|
||||
"ImGuiDeactivatedItemData": "imgui_internal:1471",
|
||||
"ImGuiDebugAllocEntry": "imgui_internal:2291",
|
||||
"ImGuiDebugAllocInfo": "imgui_internal:2298",
|
||||
"ImGuiDebugItemPathQuery": "imgui_internal:2338",
|
||||
"ImGuiDebugLogFlags_": "imgui_internal:2268",
|
||||
"ImGuiDir": "imgui:1598",
|
||||
"ImGuiDockContext": "imgui_internal:2113",
|
||||
"ImGuiDockNode": "imgui_internal:2026",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1978",
|
||||
"ImGuiDockNodeFlags_": "imgui:1532",
|
||||
"ImGuiDockNodeState": "imgui_internal:2017",
|
||||
"ImGuiDragDropFlags_": "imgui:1551",
|
||||
"ImGuiErrorRecoveryState": "imgui_internal:1427",
|
||||
"ImGuiFocusRequestFlags_": "imgui_internal:1114",
|
||||
"ImGuiFocusScopeData": "imgui_internal:1794",
|
||||
"ImGuiFocusedFlags_": "imgui:1478",
|
||||
"ImBitVector": "imgui_internal:676",
|
||||
"ImColor": "imgui:3105",
|
||||
"ImDrawChannel": "imgui:3355",
|
||||
"ImDrawCmd": "imgui:3311",
|
||||
"ImDrawCmdHeader": "imgui:3347",
|
||||
"ImDrawData": "imgui:3586",
|
||||
"ImDrawDataBuilder": "imgui_internal:904",
|
||||
"ImDrawFlags_": "imgui:3379",
|
||||
"ImDrawList": "imgui:3418",
|
||||
"ImDrawListFlags_": "imgui:3400",
|
||||
"ImDrawListSharedData": "imgui_internal:877",
|
||||
"ImDrawListSplitter": "imgui:3363",
|
||||
"ImDrawTextFlags_": "imgui_internal:446",
|
||||
"ImDrawVert": "imgui:3332",
|
||||
"ImFont": "imgui:4014",
|
||||
"ImFontAtlas": "imgui:3814",
|
||||
"ImFontAtlasBuilder": "imgui_internal:4191",
|
||||
"ImFontAtlasFlags_": "imgui:3787",
|
||||
"ImFontAtlasPostProcessData": "imgui_internal:4164",
|
||||
"ImFontAtlasRect": "imgui:3777",
|
||||
"ImFontAtlasRectEntry": "imgui_internal:4156",
|
||||
"ImFontBaked": "imgui:3965",
|
||||
"ImFontConfig": "imgui:3696",
|
||||
"ImFontFlags_": "imgui:4000",
|
||||
"ImFontGlyph": "imgui:3739",
|
||||
"ImFontGlyphRangesBuilder": "imgui:3755",
|
||||
"ImFontLoader": "imgui_internal:4105",
|
||||
"ImFontStackData": "imgui_internal:912",
|
||||
"ImGuiActivateFlags_": "imgui_internal:1715",
|
||||
"ImGuiAxis": "imgui_internal:1161",
|
||||
"ImGuiBackendFlags_": "imgui:1804",
|
||||
"ImGuiBoxSelectState": "imgui_internal:1906",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:1049",
|
||||
"ImGuiButtonFlags_": "imgui:1954",
|
||||
"ImGuiChildFlags_": "imgui:1263",
|
||||
"ImGuiCol_": "imgui:1821",
|
||||
"ImGuiColorEditFlags_": "imgui:1966",
|
||||
"ImGuiColorMod": "imgui_internal:932",
|
||||
"ImGuiComboFlagsPrivate_": "imgui_internal:1075",
|
||||
"ImGuiComboFlags_": "imgui:1425",
|
||||
"ImGuiComboPreviewData": "imgui_internal:1175",
|
||||
"ImGuiCond_": "imgui:2082",
|
||||
"ImGuiConfigFlags_": "imgui:1776",
|
||||
"ImGuiContext": "imgui_internal:2397",
|
||||
"ImGuiContextHook": "imgui_internal:2380",
|
||||
"ImGuiContextHookType": "imgui_internal:2378",
|
||||
"ImGuiDataAuthority_": "imgui_internal:2021",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:958",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:967",
|
||||
"ImGuiDataTypeStorage": "imgui_internal:952",
|
||||
"ImGuiDataType_": "imgui:1581",
|
||||
"ImGuiDeactivatedItemData": "imgui_internal:1480",
|
||||
"ImGuiDebugAllocEntry": "imgui_internal:2302",
|
||||
"ImGuiDebugAllocInfo": "imgui_internal:2309",
|
||||
"ImGuiDebugItemPathQuery": "imgui_internal:2349",
|
||||
"ImGuiDebugLogFlags_": "imgui_internal:2279",
|
||||
"ImGuiDir": "imgui:1599",
|
||||
"ImGuiDockContext": "imgui_internal:2124",
|
||||
"ImGuiDockNode": "imgui_internal:2037",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1989",
|
||||
"ImGuiDockNodeFlags_": "imgui:1533",
|
||||
"ImGuiDockNodeState": "imgui_internal:2028",
|
||||
"ImGuiDragDropFlags_": "imgui:1552",
|
||||
"ImGuiErrorRecoveryState": "imgui_internal:1435",
|
||||
"ImGuiFocusRequestFlags_": "imgui_internal:1121",
|
||||
"ImGuiFocusScopeData": "imgui_internal:1803",
|
||||
"ImGuiFocusedFlags_": "imgui:1479",
|
||||
"ImGuiFreeTypeLoaderFlags_": "imgui_freetype:29",
|
||||
"ImGuiGroupData": "imgui_internal:1181",
|
||||
"ImGuiHoveredFlagsPrivate_": "imgui_internal:1025",
|
||||
"ImGuiHoveredFlags_": "imgui:1492",
|
||||
"ImGuiIDStackTool": "imgui_internal:2352",
|
||||
"ImGuiIO": "imgui:2486",
|
||||
"ImGuiInputEvent": "imgui_internal:1566",
|
||||
"ImGuiInputEventAppFocused": "imgui_internal:1564",
|
||||
"ImGuiInputEventKey": "imgui_internal:1562",
|
||||
"ImGuiInputEventMouseButton": "imgui_internal:1560",
|
||||
"ImGuiInputEventMousePos": "imgui_internal:1558",
|
||||
"ImGuiInputEventMouseViewport": "imgui_internal:1561",
|
||||
"ImGuiInputEventMouseWheel": "imgui_internal:1559",
|
||||
"ImGuiInputEventText": "imgui_internal:1563",
|
||||
"ImGuiInputEventType": "imgui_internal:1534",
|
||||
"ImGuiInputFlagsPrivate_": "imgui_internal:1633",
|
||||
"ImGuiInputFlags_": "imgui:1751",
|
||||
"ImGuiInputSource": "imgui_internal:1547",
|
||||
"ImGuiInputTextCallbackData": "imgui:2749",
|
||||
"ImGuiInputTextDeactivatedState": "imgui_internal:1218",
|
||||
"ImGuiInputTextFlagsPrivate_": "imgui_internal:1033",
|
||||
"ImGuiInputTextFlags_": "imgui:1297",
|
||||
"ImGuiInputTextState": "imgui_internal:1240",
|
||||
"ImGuiItemFlagsPrivate_": "imgui_internal:974",
|
||||
"ImGuiItemFlags_": "imgui:1283",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:998",
|
||||
"ImGuiKey": "imgui:1622",
|
||||
"ImGuiKeyData": "imgui:2478",
|
||||
"ImGuiKeyOwnerData": "imgui_internal:1620",
|
||||
"ImGuiKeyRoutingData": "imgui_internal:1594",
|
||||
"ImGuiKeyRoutingTable": "imgui_internal:1608",
|
||||
"ImGuiLastItemData": "imgui_internal:1396",
|
||||
"ImGuiLayoutType_": "imgui_internal:1135",
|
||||
"ImGuiListClipper": "imgui:2989",
|
||||
"ImGuiListClipperData": "imgui_internal:1690",
|
||||
"ImGuiListClipperFlags_": "imgui:2963",
|
||||
"ImGuiListClipperRange": "imgui_internal:1677",
|
||||
"ImGuiLocEntry": "imgui_internal:2239",
|
||||
"ImGuiLocKey": "imgui_internal:2221",
|
||||
"ImGuiLogFlags_": "imgui_internal:1142",
|
||||
"ImGuiMenuColumns": "imgui_internal:1200",
|
||||
"ImGuiMetricsConfig": "imgui_internal:2308",
|
||||
"ImGuiMouseButton_": "imgui:2037",
|
||||
"ImGuiMouseCursor_": "imgui:2047",
|
||||
"ImGuiMouseSource": "imgui:2068",
|
||||
"ImGuiMultiSelectFlags_": "imgui:3158",
|
||||
"ImGuiMultiSelectIO": "imgui:3193",
|
||||
"ImGuiMultiSelectState": "imgui_internal:1954",
|
||||
"ImGuiMultiSelectTempData": "imgui_internal:1929",
|
||||
"ImGuiNavItemData": "imgui_internal:1777",
|
||||
"ImGuiNavLayer": "imgui_internal:1769",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:1747",
|
||||
"ImGuiNavRenderCursorFlags_": "imgui_internal:1732",
|
||||
"ImGuiNextItemData": "imgui_internal:1374",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1363",
|
||||
"ImGuiNextWindowData": "imgui_internal:1331",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1311",
|
||||
"ImGuiOldColumnData": "imgui_internal:1862",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1842",
|
||||
"ImGuiOldColumns": "imgui_internal:1872",
|
||||
"ImGuiOnceUponAFrame": "imgui:2852",
|
||||
"ImGuiPayload": "imgui:2817",
|
||||
"ImGuiPlatformIO": "imgui:4191",
|
||||
"ImGuiPlatformImeData": "imgui:4313",
|
||||
"ImGuiPlatformMonitor": "imgui:4303",
|
||||
"ImGuiPlotType": "imgui_internal:1161",
|
||||
"ImGuiPopupData": "imgui_internal:1491",
|
||||
"ImGuiPopupFlags_": "imgui:1387",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:1483",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1461",
|
||||
"ImGuiScrollFlags_": "imgui_internal:1718",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:1081",
|
||||
"ImGuiSelectableFlags_": "imgui:1406",
|
||||
"ImGuiSelectionBasicStorage": "imgui:3239",
|
||||
"ImGuiSelectionExternalStorage": "imgui:3262",
|
||||
"ImGuiSelectionRequest": "imgui:3213",
|
||||
"ImGuiSelectionRequestType": "imgui:3205",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:1103",
|
||||
"ImGuiSettingsHandler": "imgui_internal:2201",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1454",
|
||||
"ImGuiSizeCallbackData": "imgui:2786",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:1074",
|
||||
"ImGuiSliderFlags_": "imgui:2020",
|
||||
"ImGuiSortDirection": "imgui:1609",
|
||||
"ImGuiStackLevelInfo": "imgui_internal:2327",
|
||||
"ImGuiStorage": "imgui:2925",
|
||||
"ImGuiStoragePair": "imgui:2908",
|
||||
"ImGuiStyle": "imgui:2366",
|
||||
"ImGuiStyleMod": "imgui_internal:933",
|
||||
"ImGuiStyleVarInfo": "imgui_internal:917",
|
||||
"ImGuiStyleVar_": "imgui:1902",
|
||||
"ImGuiTabBar": "imgui_internal:3057",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:3019",
|
||||
"ImGuiTabBarFlags_": "imgui:1439",
|
||||
"ImGuiTabItem": "imgui_internal:3037",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:3027",
|
||||
"ImGuiTabItemFlags_": "imgui:1463",
|
||||
"ImGuiTable": "imgui_internal:3203",
|
||||
"ImGuiTableBgTarget_": "imgui:2220",
|
||||
"ImGuiTableCellData": "imgui_internal:3171",
|
||||
"ImGuiTableColumn": "imgui_internal:3111",
|
||||
"ImGuiTableColumnFlags_": "imgui:2167",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:3353",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2242",
|
||||
"ImGuiTableFlags_": "imgui:2114",
|
||||
"ImGuiTableHeaderData": "imgui_internal:3180",
|
||||
"ImGuiTableInstanceData": "imgui_internal:3190",
|
||||
"ImGuiTableRowFlags_": "imgui:2205",
|
||||
"ImGuiTableSettings": "imgui_internal:3377",
|
||||
"ImGuiTableSortSpecs": "imgui:2232",
|
||||
"ImGuiTableTempData": "imgui_internal:3329",
|
||||
"ImGuiTextBuffer": "imgui:2887",
|
||||
"ImGuiTextFilter": "imgui:2860",
|
||||
"ImGuiTextFlags_": "imgui_internal:1121",
|
||||
"ImGuiTextIndex": "imgui_internal:823",
|
||||
"ImGuiTextRange": "imgui:2870",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:1127",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:1094",
|
||||
"ImGuiTreeNodeFlags_": "imgui:1348",
|
||||
"ImGuiTreeNodeStackData": "imgui_internal:1415",
|
||||
"ImGuiTypingSelectFlags_": "imgui_internal:1805",
|
||||
"ImGuiTypingSelectRequest": "imgui_internal:1813",
|
||||
"ImGuiTypingSelectState": "imgui_internal:1824",
|
||||
"ImGuiViewport": "imgui:4103",
|
||||
"ImGuiViewportFlags_": "imgui:4075",
|
||||
"ImGuiViewportP": "imgui_internal:2130",
|
||||
"ImGuiWindow": "imgui_internal:2864",
|
||||
"ImGuiWindowBgClickFlags_": "imgui_internal:1305",
|
||||
"ImGuiWindowClass": "imgui:2801",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:2108",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:2093",
|
||||
"ImGuiWindowFlags_": "imgui:1211",
|
||||
"ImGuiWindowRefreshFlags_": "imgui_internal:1296",
|
||||
"ImGuiWindowSettings": "imgui_internal:2182",
|
||||
"ImGuiWindowStackData": "imgui_internal:1445",
|
||||
"ImGuiWindowTempData": "imgui_internal:2806",
|
||||
"ImRect": "imgui_internal:592",
|
||||
"ImTextureData": "imgui:3642",
|
||||
"ImTextureFormat": "imgui:3610",
|
||||
"ImTextureRect": "imgui:3629",
|
||||
"ImGuiGroupData": "imgui_internal:1188",
|
||||
"ImGuiHoveredFlagsPrivate_": "imgui_internal:1032",
|
||||
"ImGuiHoveredFlags_": "imgui:1493",
|
||||
"ImGuiIDStackTool": "imgui_internal:2363",
|
||||
"ImGuiIO": "imgui:2489",
|
||||
"ImGuiInputEvent": "imgui_internal:1575",
|
||||
"ImGuiInputEventAppFocused": "imgui_internal:1573",
|
||||
"ImGuiInputEventKey": "imgui_internal:1571",
|
||||
"ImGuiInputEventMouseButton": "imgui_internal:1569",
|
||||
"ImGuiInputEventMousePos": "imgui_internal:1567",
|
||||
"ImGuiInputEventMouseViewport": "imgui_internal:1570",
|
||||
"ImGuiInputEventMouseWheel": "imgui_internal:1568",
|
||||
"ImGuiInputEventText": "imgui_internal:1572",
|
||||
"ImGuiInputEventType": "imgui_internal:1543",
|
||||
"ImGuiInputFlagsPrivate_": "imgui_internal:1642",
|
||||
"ImGuiInputFlags_": "imgui:1752",
|
||||
"ImGuiInputSource": "imgui_internal:1556",
|
||||
"ImGuiInputTextCallbackData": "imgui:2753",
|
||||
"ImGuiInputTextDeactivatedState": "imgui_internal:1226",
|
||||
"ImGuiInputTextFlagsPrivate_": "imgui_internal:1040",
|
||||
"ImGuiInputTextFlags_": "imgui:1298",
|
||||
"ImGuiInputTextState": "imgui_internal:1248",
|
||||
"ImGuiItemFlagsPrivate_": "imgui_internal:980",
|
||||
"ImGuiItemFlags_": "imgui:1284",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:1004",
|
||||
"ImGuiKey": "imgui:1623",
|
||||
"ImGuiKeyData": "imgui:2481",
|
||||
"ImGuiKeyOwnerData": "imgui_internal:1629",
|
||||
"ImGuiKeyRoutingData": "imgui_internal:1603",
|
||||
"ImGuiKeyRoutingTable": "imgui_internal:1617",
|
||||
"ImGuiLastItemData": "imgui_internal:1404",
|
||||
"ImGuiLayoutType_": "imgui_internal:1142",
|
||||
"ImGuiListClipper": "imgui:2994",
|
||||
"ImGuiListClipperData": "imgui_internal:1699",
|
||||
"ImGuiListClipperFlags_": "imgui:2968",
|
||||
"ImGuiListClipperRange": "imgui_internal:1686",
|
||||
"ImGuiLocEntry": "imgui_internal:2250",
|
||||
"ImGuiLocKey": "imgui_internal:2232",
|
||||
"ImGuiLogFlags_": "imgui_internal:1149",
|
||||
"ImGuiMenuColumns": "imgui_internal:1207",
|
||||
"ImGuiMetricsConfig": "imgui_internal:2319",
|
||||
"ImGuiMouseButton_": "imgui:2040",
|
||||
"ImGuiMouseCursor_": "imgui:2050",
|
||||
"ImGuiMouseSource": "imgui:2071",
|
||||
"ImGuiMultiSelectFlags_": "imgui:3163",
|
||||
"ImGuiMultiSelectIO": "imgui:3198",
|
||||
"ImGuiMultiSelectState": "imgui_internal:1965",
|
||||
"ImGuiMultiSelectTempData": "imgui_internal:1939",
|
||||
"ImGuiNavItemData": "imgui_internal:1786",
|
||||
"ImGuiNavLayer": "imgui_internal:1778",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:1756",
|
||||
"ImGuiNavRenderCursorFlags_": "imgui_internal:1741",
|
||||
"ImGuiNextItemData": "imgui_internal:1382",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1371",
|
||||
"ImGuiNextWindowData": "imgui_internal:1339",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1319",
|
||||
"ImGuiOldColumnData": "imgui_internal:1871",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1851",
|
||||
"ImGuiOldColumns": "imgui_internal:1881",
|
||||
"ImGuiOnceUponAFrame": "imgui:2857",
|
||||
"ImGuiPayload": "imgui:2822",
|
||||
"ImGuiPlatformIO": "imgui:4203",
|
||||
"ImGuiPlatformImeData": "imgui:4331",
|
||||
"ImGuiPlatformMonitor": "imgui:4321",
|
||||
"ImGuiPlotType": "imgui_internal:1168",
|
||||
"ImGuiPopupData": "imgui_internal:1500",
|
||||
"ImGuiPopupFlags_": "imgui:1388",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:1492",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1469",
|
||||
"ImGuiScrollFlags_": "imgui_internal:1727",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:1088",
|
||||
"ImGuiSelectableFlags_": "imgui:1407",
|
||||
"ImGuiSelectionBasicStorage": "imgui:3244",
|
||||
"ImGuiSelectionExternalStorage": "imgui:3267",
|
||||
"ImGuiSelectionRequest": "imgui:3218",
|
||||
"ImGuiSelectionRequestType": "imgui:3210",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:1110",
|
||||
"ImGuiSettingsHandler": "imgui_internal:2212",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1462",
|
||||
"ImGuiSizeCallbackData": "imgui:2790",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:1081",
|
||||
"ImGuiSliderFlags_": "imgui:2023",
|
||||
"ImGuiSortDirection": "imgui:1610",
|
||||
"ImGuiStackLevelInfo": "imgui_internal:2338",
|
||||
"ImGuiStorage": "imgui:2930",
|
||||
"ImGuiStoragePair": "imgui:2913",
|
||||
"ImGuiStyle": "imgui:2369",
|
||||
"ImGuiStyleMod": "imgui_internal:939",
|
||||
"ImGuiStyleVarInfo": "imgui_internal:923",
|
||||
"ImGuiStyleVar_": "imgui:1904",
|
||||
"ImGuiTabBar": "imgui_internal:3069",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:3031",
|
||||
"ImGuiTabBarFlags_": "imgui:1440",
|
||||
"ImGuiTabItem": "imgui_internal:3049",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:3039",
|
||||
"ImGuiTabItemFlags_": "imgui:1464",
|
||||
"ImGuiTable": "imgui_internal:3215",
|
||||
"ImGuiTableBgTarget_": "imgui:2223",
|
||||
"ImGuiTableCellData": "imgui_internal:3183",
|
||||
"ImGuiTableColumn": "imgui_internal:3123",
|
||||
"ImGuiTableColumnFlags_": "imgui:2170",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:3365",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2245",
|
||||
"ImGuiTableFlags_": "imgui:2117",
|
||||
"ImGuiTableHeaderData": "imgui_internal:3192",
|
||||
"ImGuiTableInstanceData": "imgui_internal:3202",
|
||||
"ImGuiTableRowFlags_": "imgui:2208",
|
||||
"ImGuiTableSettings": "imgui_internal:3389",
|
||||
"ImGuiTableSortSpecs": "imgui:2235",
|
||||
"ImGuiTableTempData": "imgui_internal:3341",
|
||||
"ImGuiTextBuffer": "imgui:2892",
|
||||
"ImGuiTextFilter": "imgui:2865",
|
||||
"ImGuiTextFlags_": "imgui_internal:1128",
|
||||
"ImGuiTextIndex": "imgui_internal:829",
|
||||
"ImGuiTextRange": "imgui:2875",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:1134",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:1101",
|
||||
"ImGuiTreeNodeFlags_": "imgui:1349",
|
||||
"ImGuiTreeNodeStackData": "imgui_internal:1423",
|
||||
"ImGuiTypingSelectFlags_": "imgui_internal:1814",
|
||||
"ImGuiTypingSelectRequest": "imgui_internal:1822",
|
||||
"ImGuiTypingSelectState": "imgui_internal:1833",
|
||||
"ImGuiViewport": "imgui:4114",
|
||||
"ImGuiViewportFlags_": "imgui:4086",
|
||||
"ImGuiViewportP": "imgui_internal:2141",
|
||||
"ImGuiWindow": "imgui_internal:2876",
|
||||
"ImGuiWindowBgClickFlags_": "imgui_internal:1313",
|
||||
"ImGuiWindowClass": "imgui:2805",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:2119",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:2104",
|
||||
"ImGuiWindowFlags_": "imgui:1212",
|
||||
"ImGuiWindowRefreshFlags_": "imgui_internal:1304",
|
||||
"ImGuiWindowSettings": "imgui_internal:2193",
|
||||
"ImGuiWindowStackData": "imgui_internal:1453",
|
||||
"ImGuiWindowTempData": "imgui_internal:2818",
|
||||
"ImRect": "imgui_internal:596",
|
||||
"ImTextureData": "imgui:3651",
|
||||
"ImTextureFormat": "imgui:3619",
|
||||
"ImTextureRect": "imgui:3638",
|
||||
"ImTextureRef": "imgui:372",
|
||||
"ImTextureStatus": "imgui:3617",
|
||||
"ImVec1": "imgui_internal:566",
|
||||
"ImTextureStatus": "imgui:3626",
|
||||
"ImVec1": "imgui_internal:570",
|
||||
"ImVec2": "imgui:300",
|
||||
"ImVec2i": "imgui_internal:574",
|
||||
"ImVec2ih": "imgui_internal:582",
|
||||
"ImVec2i": "imgui_internal:578",
|
||||
"ImVec2ih": "imgui_internal:586",
|
||||
"ImVec4": "imgui:313",
|
||||
"ImWcharClass": "imgui_internal:455",
|
||||
"stbrp_context_opaque": "imgui_internal:4173"
|
||||
"ImWcharClass": "imgui_internal:458",
|
||||
"stbrp_context_opaque": "imgui_internal:4188"
|
||||
},
|
||||
"nonPOD": {
|
||||
"ImBitArray": true,
|
||||
@@ -6784,6 +6809,11 @@
|
||||
"name": "UnclipRect",
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "UnclipRects[2]",
|
||||
"size": 2,
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "BoxSelectRectPrev",
|
||||
"type": "ImRect"
|
||||
@@ -6932,6 +6962,10 @@
|
||||
"name": "WithinEndChildID",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "WithinEndPopupID",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "TestEngine",
|
||||
"type": "void*"
|
||||
@@ -8398,14 +8432,14 @@
|
||||
"name": "SplitAxis",
|
||||
"type": "ImGuiAxis"
|
||||
},
|
||||
{
|
||||
"name": "WindowClass",
|
||||
"type": "ImGuiWindowClass"
|
||||
},
|
||||
{
|
||||
"name": "LastBgColor",
|
||||
"type": "ImU32"
|
||||
},
|
||||
{
|
||||
"name": "WindowClass",
|
||||
"type": "ImGuiWindowClass"
|
||||
},
|
||||
{
|
||||
"name": "HostWindow",
|
||||
"type": "ImGuiWindow*"
|
||||
@@ -9783,10 +9817,6 @@
|
||||
"name": "BackupCursorMaxPos",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "LastSubmittedItem",
|
||||
"type": "ImGuiSelectionUserData"
|
||||
},
|
||||
{
|
||||
"name": "BoxSelectId",
|
||||
"type": "ImGuiID"
|
||||
@@ -10181,6 +10211,18 @@
|
||||
"name": "Renderer_RenderState",
|
||||
"type": "void*"
|
||||
},
|
||||
{
|
||||
"name": "DrawCallback_ResetRenderState",
|
||||
"type": "ImDrawCallback"
|
||||
},
|
||||
{
|
||||
"name": "DrawCallback_SetSamplerLinear",
|
||||
"type": "ImDrawCallback"
|
||||
},
|
||||
{
|
||||
"name": "DrawCallback_SetSamplerNearest",
|
||||
"type": "ImDrawCallback"
|
||||
},
|
||||
{
|
||||
"name": "Platform_CreateWindow",
|
||||
"type": "void(*)(ImGuiViewport* vp)"
|
||||
@@ -10827,7 +10869,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Colors[ImGuiCol_COUNT]",
|
||||
"size": 62,
|
||||
"size": 63,
|
||||
"type": "ImVec4"
|
||||
},
|
||||
{
|
||||
@@ -12122,6 +12164,10 @@
|
||||
"name": "PlatformUserData",
|
||||
"type": "void*"
|
||||
},
|
||||
{
|
||||
"name": "PlatformIconData",
|
||||
"type": "void*"
|
||||
},
|
||||
{
|
||||
"name": "PlatformHandle",
|
||||
"type": "void*"
|
||||
@@ -12795,6 +12841,10 @@
|
||||
{
|
||||
"name": "DockingAllowUnclassed",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "PlatformIconData",
|
||||
"type": "void*"
|
||||
}
|
||||
],
|
||||
"ImGuiWindowDockStyle": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user