alphabetical sorted json files

This commit is contained in:
sonoro1234
2018-12-02 11:15:17 +01:00
parent 7d963113c9
commit 291922f72c
5 changed files with 10330 additions and 10321 deletions

View File

@@ -1,387 +1,387 @@
{"ImGui_ImplOpenGL3_NewFrame":[{"funcname":"ImGui_ImplOpenGL3_NewFrame",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl3",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL3_NewFrame"}],
"ImGui_ImplSDL2_Shutdown":[{"funcname":"ImGui_ImplSDL2_Shutdown",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_sdl",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplSDL2_Shutdown"}],
"ImGui_ImplGlfw_KeyCallback":[{"funcname":"ImGui_ImplGlfw_KeyCallback",
"args":"(GLFWwindow* window,int key,int scancode,int action,int mods)",
"ret":"void",
"comment":"",
"call_args":"(window,key,scancode,action,mods)",
"argsoriginal":"(GLFWwindow* window,int key,int scancode,int action,int mods)",
"stname":"",
"argsT":[{"type":"GLFWwindow*",
"name":"window"},
{"type":"int",
"name":"key"},
{"type":"int",
"name":"scancode"},
{"type":"int",
"name":"action"},
{"type":"int",
"name":"mods"}],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"(GLFWwindow*,int,int,int,int)",
"cimguiname":"ImGui_ImplGlfw_KeyCallback"}],
"ImGui_ImplGlfw_InitForVulkan":[{"funcname":"ImGui_ImplGlfw_InitForVulkan",
"args":"(GLFWwindow* window,bool install_callbacks)",
"ret":"bool",
"comment":"",
"call_args":"(window,install_callbacks)",
"argsoriginal":"(GLFWwindow* window,bool install_callbacks)",
"stname":"",
"argsT":[{"type":"GLFWwindow*",
"name":"window"},
{"type":"bool",
"name":"install_callbacks"}],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"(GLFWwindow*,bool)",
"cimguiname":"ImGui_ImplGlfw_InitForVulkan"}],
"ImGui_ImplSDL2_NewFrame":[{"funcname":"ImGui_ImplSDL2_NewFrame",
"args":"(SDL_Window* window)",
"ret":"void",
"comment":"",
"call_args":"(window)",
"argsoriginal":"(SDL_Window* window)",
"stname":"",
"argsT":[{"type":"SDL_Window*",
"name":"window"}],
"location":"imgui_impl_sdl",
"defaults":[],
"signature":"(SDL_Window*)",
"cimguiname":"ImGui_ImplSDL2_NewFrame"}],
"ImGui_ImplSDL2_InitForVulkan":[{"funcname":"ImGui_ImplSDL2_InitForVulkan",
"args":"(SDL_Window* window)",
"ret":"bool",
"comment":"",
"call_args":"(window)",
"argsoriginal":"(SDL_Window* window)",
"stname":"",
"argsT":[{"type":"SDL_Window*",
"name":"window"}],
"location":"imgui_impl_sdl",
"defaults":[],
"signature":"(SDL_Window*)",
"cimguiname":"ImGui_ImplSDL2_InitForVulkan"}],
"ImGui_ImplGlfw_ScrollCallback":[{"funcname":"ImGui_ImplGlfw_ScrollCallback",
"args":"(GLFWwindow* window,double xoffset,double yoffset)",
"ret":"void",
"comment":"",
"call_args":"(window,xoffset,yoffset)",
"argsoriginal":"(GLFWwindow* window,double xoffset,double yoffset)",
"stname":"",
"argsT":[{"type":"GLFWwindow*",
"name":"window"},
{"type":"double",
"name":"xoffset"},
{"type":"double",
"name":"yoffset"}],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"(GLFWwindow*,double,double)",
"cimguiname":"ImGui_ImplGlfw_ScrollCallback"}],
"ImGui_ImplOpenGL3_Init":[{"funcname":"ImGui_ImplOpenGL3_Init",
"args":"(const char* glsl_version)",
"ret":"bool",
"comment":"",
"call_args":"(glsl_version)",
"argsoriginal":"(const char* glsl_version=NULL)",
"stname":"",
"argsT":[{"type":"const char*",
"name":"glsl_version"}],
"location":"imgui_impl_opengl3",
"defaults":{"glsl_version":"NULL"},
"signature":"(const char*)",
"cimguiname":"ImGui_ImplOpenGL3_Init"}],
"ImGui_ImplSDL2_InitForOpenGL":[{"funcname":"ImGui_ImplSDL2_InitForOpenGL",
"args":"(SDL_Window* window,void* sdl_gl_context)",
"ret":"bool",
"comment":"",
"call_args":"(window,sdl_gl_context)",
"argsoriginal":"(SDL_Window* window,void* sdl_gl_context)",
"stname":"",
"argsT":[{"type":"SDL_Window*",
"name":"window"},
{"type":"void*",
"name":"sdl_gl_context"}],
"location":"imgui_impl_sdl",
"defaults":[],
"signature":"(SDL_Window*,void*)",
"cimguiname":"ImGui_ImplSDL2_InitForOpenGL"}],
"ImGui_ImplGlfw_InitForOpenGL":[{"funcname":"ImGui_ImplGlfw_InitForOpenGL",
"args":"(GLFWwindow* window,bool install_callbacks)",
"ret":"bool",
"comment":"",
"call_args":"(window,install_callbacks)",
"argsoriginal":"(GLFWwindow* window,bool install_callbacks)",
"stname":"",
"argsT":[{"type":"GLFWwindow*",
"name":"window"},
{"type":"bool",
"name":"install_callbacks"}],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"(GLFWwindow*,bool)",
"cimguiname":"ImGui_ImplGlfw_InitForOpenGL"}],
"ImGui_ImplOpenGL2_DestroyDeviceObjects":[{"funcname":"ImGui_ImplOpenGL2_DestroyDeviceObjects",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_DestroyDeviceObjects"}],
"ImGui_ImplOpenGL2_DestroyFontsTexture":[{"funcname":"ImGui_ImplOpenGL2_DestroyFontsTexture",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_DestroyFontsTexture"}],
"ImGui_ImplOpenGL2_CreateDeviceObjects":[{"funcname":"ImGui_ImplOpenGL2_CreateDeviceObjects",
"args":"()",
"ret":"bool",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_CreateDeviceObjects"}],
"ImGui_ImplOpenGL3_CreateFontsTexture":[{"funcname":"ImGui_ImplOpenGL3_CreateFontsTexture",
"args":"()",
"ret":"bool",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl3",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL3_CreateFontsTexture"}],
"ImGui_ImplGlfw_Shutdown":[{"funcname":"ImGui_ImplGlfw_Shutdown",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplGlfw_Shutdown"}],
"ImGui_ImplOpenGL2_RenderDrawData":[{"funcname":"ImGui_ImplOpenGL2_RenderDrawData",
"args":"(ImDrawData* draw_data)",
"ret":"void",
"comment":"",
"call_args":"(draw_data)",
"argsoriginal":"(ImDrawData* draw_data)",
"stname":"",
"argsT":[{"type":"ImDrawData*",
"name":"draw_data"}],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"(ImDrawData*)",
"cimguiname":"ImGui_ImplOpenGL2_RenderDrawData"}],
"ImGui_ImplOpenGL2_NewFrame":[{"funcname":"ImGui_ImplOpenGL2_NewFrame",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_NewFrame"}],
"ImGui_ImplOpenGL2_Shutdown":[{"funcname":"ImGui_ImplOpenGL2_Shutdown",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_Shutdown"}],
"ImGui_ImplOpenGL3_DestroyDeviceObjects":[{"funcname":"ImGui_ImplOpenGL3_DestroyDeviceObjects",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl3",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL3_DestroyDeviceObjects"}],
"ImGui_ImplGlfw_NewFrame":[{"funcname":"ImGui_ImplGlfw_NewFrame",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplGlfw_NewFrame"}],
"ImGui_ImplOpenGL3_Shutdown":[{"funcname":"ImGui_ImplOpenGL3_Shutdown",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl3",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL3_Shutdown"}],
"ImGui_ImplOpenGL2_Init":[{"funcname":"ImGui_ImplOpenGL2_Init",
"args":"()",
"ret":"bool",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_Init"}],
"ImGui_ImplSDL2_ProcessEvent":[{"funcname":"ImGui_ImplSDL2_ProcessEvent",
"args":"(SDL_Event* event)",
"ret":"bool",
"comment":"",
"call_args":"(event)",
"argsoriginal":"(SDL_Event* event)",
"stname":"",
"argsT":[{"type":"SDL_Event*",
"name":"event"}],
"location":"imgui_impl_sdl",
"defaults":[],
"signature":"(SDL_Event*)",
"cimguiname":"ImGui_ImplSDL2_ProcessEvent"}],
"ImGui_ImplGlfw_MouseButtonCallback":[{"funcname":"ImGui_ImplGlfw_MouseButtonCallback",
"args":"(GLFWwindow* window,int button,int action,int mods)",
"ret":"void",
"comment":"",
"call_args":"(window,button,action,mods)",
"argsoriginal":"(GLFWwindow* window,int button,int action,int mods)",
"stname":"",
"argsT":[{"type":"GLFWwindow*",
"name":"window"},
{"type":"int",
"name":"button"},
{"type":"int",
"name":"action"},
{"type":"int",
"name":"mods"}],
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"(GLFWwindow*,int,int,int)",
"cimguiname":"ImGui_ImplGlfw_MouseButtonCallback"}],
"ImGui_ImplOpenGL2_CreateFontsTexture":[{"funcname":"ImGui_ImplOpenGL2_CreateFontsTexture",
"args":"()",
"ret":"bool",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl2",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL2_CreateFontsTexture"}],
"ImGui_ImplOpenGL3_DestroyFontsTexture":[{"funcname":"ImGui_ImplOpenGL3_DestroyFontsTexture",
"args":"()",
"ret":"void",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl3",
"defaults":[],
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL3_DestroyFontsTexture"}],
"ImGui_ImplGlfw_CharCallback":[{"funcname":"ImGui_ImplGlfw_CharCallback",
"args":"(GLFWwindow* window,unsigned int c)",
"ret":"void",
"comment":"",
"call_args":"(window,c)",
{"ImGui_ImplGlfw_CharCallback":[{"args":"(GLFWwindow* window,unsigned int c)",
"argsT":[{"name":"window",
"type":"GLFWwindow*"},
{"name":"c",
"type":"unsigned int"}],
"argsoriginal":"(GLFWwindow* window,unsigned int c)",
"stname":"",
"argsT":[{"type":"GLFWwindow*",
"name":"window"},
{"type":"unsigned int",
"name":"c"}],
"call_args":"(window,c)",
"cimguiname":"ImGui_ImplGlfw_CharCallback",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplGlfw_CharCallback",
"location":"imgui_impl_glfw",
"defaults":[],
"signature":"(GLFWwindow*,unsigned int)",
"cimguiname":"ImGui_ImplGlfw_CharCallback"}],
"ImGui_ImplOpenGL3_RenderDrawData":[{"funcname":"ImGui_ImplOpenGL3_RenderDrawData",
"args":"(ImDrawData* draw_data)",
"ret":"void",
"signature":"(GLFWwindow*,unsigned int)",
"stname":""}],
"ImGui_ImplGlfw_InitForOpenGL":[{"args":"(GLFWwindow* window,bool install_callbacks)",
"argsT":[{"name":"window",
"type":"GLFWwindow*"},
{"name":"install_callbacks",
"type":"bool"}],
"argsoriginal":"(GLFWwindow* window,bool install_callbacks)",
"call_args":"(window,install_callbacks)",
"cimguiname":"ImGui_ImplGlfw_InitForOpenGL",
"comment":"",
"call_args":"(draw_data)",
"argsoriginal":"(ImDrawData* draw_data)",
"stname":"",
"argsT":[{"type":"ImDrawData*",
"name":"draw_data"}],
"location":"imgui_impl_opengl3",
"defaults":[],
"signature":"(ImDrawData*)",
"cimguiname":"ImGui_ImplOpenGL3_RenderDrawData"}],
"ImGui_ImplOpenGL3_CreateDeviceObjects":[{"funcname":"ImGui_ImplOpenGL3_CreateDeviceObjects",
"args":"()",
"funcname":"ImGui_ImplGlfw_InitForOpenGL",
"location":"imgui_impl_glfw",
"ret":"bool",
"signature":"(GLFWwindow*,bool)",
"stname":""}],
"ImGui_ImplGlfw_InitForVulkan":[{"args":"(GLFWwindow* window,bool install_callbacks)",
"argsT":[{"name":"window",
"type":"GLFWwindow*"},
{"name":"install_callbacks",
"type":"bool"}],
"argsoriginal":"(GLFWwindow* window,bool install_callbacks)",
"call_args":"(window,install_callbacks)",
"cimguiname":"ImGui_ImplGlfw_InitForVulkan",
"comment":"",
"call_args":"()",
"argsoriginal":"()",
"stname":"",
"argsT":[],
"location":"imgui_impl_opengl3",
"defaults":[],
"funcname":"ImGui_ImplGlfw_InitForVulkan",
"location":"imgui_impl_glfw",
"ret":"bool",
"signature":"(GLFWwindow*,bool)",
"stname":""}],
"ImGui_ImplGlfw_KeyCallback":[{"args":"(GLFWwindow* window,int key,int scancode,int action,int mods)",
"argsT":[{"name":"window",
"type":"GLFWwindow*"},
{"name":"key",
"type":"int"},
{"name":"scancode",
"type":"int"},
{"name":"action",
"type":"int"},
{"name":"mods",
"type":"int"}],
"argsoriginal":"(GLFWwindow* window,int key,int scancode,int action,int mods)",
"call_args":"(window,key,scancode,action,mods)",
"cimguiname":"ImGui_ImplGlfw_KeyCallback",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplGlfw_KeyCallback",
"location":"imgui_impl_glfw",
"ret":"void",
"signature":"(GLFWwindow*,int,int,int,int)",
"stname":""}],
"ImGui_ImplGlfw_MouseButtonCallback":[{"args":"(GLFWwindow* window,int button,int action,int mods)",
"argsT":[{"name":"window",
"type":"GLFWwindow*"},
{"name":"button",
"type":"int"},
{"name":"action",
"type":"int"},
{"name":"mods",
"type":"int"}],
"argsoriginal":"(GLFWwindow* window,int button,int action,int mods)",
"call_args":"(window,button,action,mods)",
"cimguiname":"ImGui_ImplGlfw_MouseButtonCallback",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplGlfw_MouseButtonCallback",
"location":"imgui_impl_glfw",
"ret":"void",
"signature":"(GLFWwindow*,int,int,int)",
"stname":""}],
"ImGui_ImplGlfw_NewFrame":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplGlfw_NewFrame",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplGlfw_NewFrame",
"location":"imgui_impl_glfw",
"ret":"void",
"signature":"()",
"cimguiname":"ImGui_ImplOpenGL3_CreateDeviceObjects"}]}
"stname":""}],
"ImGui_ImplGlfw_ScrollCallback":[{"args":"(GLFWwindow* window,double xoffset,double yoffset)",
"argsT":[{"name":"window",
"type":"GLFWwindow*"},
{"name":"xoffset",
"type":"double"},
{"name":"yoffset",
"type":"double"}],
"argsoriginal":"(GLFWwindow* window,double xoffset,double yoffset)",
"call_args":"(window,xoffset,yoffset)",
"cimguiname":"ImGui_ImplGlfw_ScrollCallback",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplGlfw_ScrollCallback",
"location":"imgui_impl_glfw",
"ret":"void",
"signature":"(GLFWwindow*,double,double)",
"stname":""}],
"ImGui_ImplGlfw_Shutdown":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplGlfw_Shutdown",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplGlfw_Shutdown",
"location":"imgui_impl_glfw",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_CreateDeviceObjects":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_CreateDeviceObjects",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_CreateDeviceObjects",
"location":"imgui_impl_opengl2",
"ret":"bool",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_CreateFontsTexture":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_CreateFontsTexture",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_CreateFontsTexture",
"location":"imgui_impl_opengl2",
"ret":"bool",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_DestroyDeviceObjects":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_DestroyDeviceObjects",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_DestroyDeviceObjects",
"location":"imgui_impl_opengl2",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_DestroyFontsTexture":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_DestroyFontsTexture",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_DestroyFontsTexture",
"location":"imgui_impl_opengl2",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_Init":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_Init",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_Init",
"location":"imgui_impl_opengl2",
"ret":"bool",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_NewFrame":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_NewFrame",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_NewFrame",
"location":"imgui_impl_opengl2",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL2_RenderDrawData":[{"args":"(ImDrawData* draw_data)",
"argsT":[{"name":"draw_data",
"type":"ImDrawData*"}],
"argsoriginal":"(ImDrawData* draw_data)",
"call_args":"(draw_data)",
"cimguiname":"ImGui_ImplOpenGL2_RenderDrawData",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_RenderDrawData",
"location":"imgui_impl_opengl2",
"ret":"void",
"signature":"(ImDrawData*)",
"stname":""}],
"ImGui_ImplOpenGL2_Shutdown":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL2_Shutdown",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL2_Shutdown",
"location":"imgui_impl_opengl2",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL3_CreateDeviceObjects":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL3_CreateDeviceObjects",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_CreateDeviceObjects",
"location":"imgui_impl_opengl3",
"ret":"bool",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL3_CreateFontsTexture":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL3_CreateFontsTexture",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_CreateFontsTexture",
"location":"imgui_impl_opengl3",
"ret":"bool",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL3_DestroyDeviceObjects":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL3_DestroyDeviceObjects",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_DestroyDeviceObjects",
"location":"imgui_impl_opengl3",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL3_DestroyFontsTexture":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL3_DestroyFontsTexture",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_DestroyFontsTexture",
"location":"imgui_impl_opengl3",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL3_Init":[{"args":"(const char* glsl_version)",
"argsT":[{"name":"glsl_version",
"type":"const char*"}],
"argsoriginal":"(const char* glsl_version=NULL)",
"call_args":"(glsl_version)",
"cimguiname":"ImGui_ImplOpenGL3_Init",
"comment":"",
"defaults":{"glsl_version":"NULL"},
"funcname":"ImGui_ImplOpenGL3_Init",
"location":"imgui_impl_opengl3",
"ret":"bool",
"signature":"(const char*)",
"stname":""}],
"ImGui_ImplOpenGL3_NewFrame":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL3_NewFrame",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_NewFrame",
"location":"imgui_impl_opengl3",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplOpenGL3_RenderDrawData":[{"args":"(ImDrawData* draw_data)",
"argsT":[{"name":"draw_data",
"type":"ImDrawData*"}],
"argsoriginal":"(ImDrawData* draw_data)",
"call_args":"(draw_data)",
"cimguiname":"ImGui_ImplOpenGL3_RenderDrawData",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_RenderDrawData",
"location":"imgui_impl_opengl3",
"ret":"void",
"signature":"(ImDrawData*)",
"stname":""}],
"ImGui_ImplOpenGL3_Shutdown":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplOpenGL3_Shutdown",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplOpenGL3_Shutdown",
"location":"imgui_impl_opengl3",
"ret":"void",
"signature":"()",
"stname":""}],
"ImGui_ImplSDL2_InitForOpenGL":[{"args":"(SDL_Window* window,void* sdl_gl_context)",
"argsT":[{"name":"window",
"type":"SDL_Window*"},
{"name":"sdl_gl_context",
"type":"void*"}],
"argsoriginal":"(SDL_Window* window,void* sdl_gl_context)",
"call_args":"(window,sdl_gl_context)",
"cimguiname":"ImGui_ImplSDL2_InitForOpenGL",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplSDL2_InitForOpenGL",
"location":"imgui_impl_sdl",
"ret":"bool",
"signature":"(SDL_Window*,void*)",
"stname":""}],
"ImGui_ImplSDL2_InitForVulkan":[{"args":"(SDL_Window* window)",
"argsT":[{"name":"window",
"type":"SDL_Window*"}],
"argsoriginal":"(SDL_Window* window)",
"call_args":"(window)",
"cimguiname":"ImGui_ImplSDL2_InitForVulkan",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplSDL2_InitForVulkan",
"location":"imgui_impl_sdl",
"ret":"bool",
"signature":"(SDL_Window*)",
"stname":""}],
"ImGui_ImplSDL2_NewFrame":[{"args":"(SDL_Window* window)",
"argsT":[{"name":"window",
"type":"SDL_Window*"}],
"argsoriginal":"(SDL_Window* window)",
"call_args":"(window)",
"cimguiname":"ImGui_ImplSDL2_NewFrame",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplSDL2_NewFrame",
"location":"imgui_impl_sdl",
"ret":"void",
"signature":"(SDL_Window*)",
"stname":""}],
"ImGui_ImplSDL2_ProcessEvent":[{"args":"(SDL_Event* event)",
"argsT":[{"name":"event",
"type":"SDL_Event*"}],
"argsoriginal":"(SDL_Event* event)",
"call_args":"(event)",
"cimguiname":"ImGui_ImplSDL2_ProcessEvent",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplSDL2_ProcessEvent",
"location":"imgui_impl_sdl",
"ret":"bool",
"signature":"(SDL_Event*)",
"stname":""}],
"ImGui_ImplSDL2_Shutdown":[{"args":"()",
"argsT":[],
"argsoriginal":"()",
"call_args":"()",
"cimguiname":"ImGui_ImplSDL2_Shutdown",
"comment":"",
"defaults":[],
"funcname":"ImGui_ImplSDL2_Shutdown",
"location":"imgui_impl_sdl",
"ret":"void",
"signature":"()",
"stname":""}]}