GUI, although images don't seem to render
This commit is contained in:
parent
8ce30cae83
commit
c9844fc415
26 changed files with 1032 additions and 488 deletions
|
|
@ -0,0 +1,307 @@
|
|||
[
|
||||
{
|
||||
"name": "imgui.ImFontAtlas",
|
||||
"methods": [
|
||||
{
|
||||
"name": "createAlpha8Pixels",
|
||||
"parameterTypes": [
|
||||
"int"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "createRgba32Pixels",
|
||||
"parameterTypes": [
|
||||
"int"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.ImVec2",
|
||||
"fields": [
|
||||
{
|
||||
"name": "x"
|
||||
},
|
||||
{
|
||||
"name": "y"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.ImVec4",
|
||||
"fields": [
|
||||
{
|
||||
"name": "w"
|
||||
},
|
||||
{
|
||||
"name": "x"
|
||||
},
|
||||
{
|
||||
"name": "y"
|
||||
},
|
||||
{
|
||||
"name": "z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.assertion.ImAssertCallback",
|
||||
"methods": [
|
||||
{
|
||||
"name": "imAssert",
|
||||
"parameterTypes": [
|
||||
"java.lang.String",
|
||||
"int",
|
||||
"java.lang.String"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.binding.ImGuiStruct",
|
||||
"fields": [
|
||||
{
|
||||
"name": "ptr"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImGuiInputTextCallback",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"long"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImListClipperCallback",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"int"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewport",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewportFloat",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport",
|
||||
"float"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewportImVec2",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport",
|
||||
"imgui.ImVec2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewportString",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport",
|
||||
"java.lang.String"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewportSuppBoolean",
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewportSuppFloat",
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImPlatformFuncViewportSuppImVec2",
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
"parameterTypes": [
|
||||
"imgui.ImGuiViewport",
|
||||
"imgui.ImVec2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImStrConsumer",
|
||||
"methods": [
|
||||
{
|
||||
"name": "accept",
|
||||
"parameterTypes": [
|
||||
"java.lang.String"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.callback.ImStrSupplier",
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
"parameterTypes": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.internal.ImRect",
|
||||
"fields": [
|
||||
{
|
||||
"name": "max"
|
||||
},
|
||||
{
|
||||
"name": "min"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.type.ImString",
|
||||
"methods": [
|
||||
{
|
||||
"name": "resizeInternal",
|
||||
"parameterTypes": [
|
||||
"int"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "imgui.type.ImString$InputData",
|
||||
"fields": [
|
||||
{
|
||||
"name": "isDirty"
|
||||
},
|
||||
{
|
||||
"name": "isResized"
|
||||
},
|
||||
{
|
||||
"name": "size"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "java.lang.Boolean",
|
||||
"methods": [
|
||||
{
|
||||
"name": "getBoolean",
|
||||
"parameterTypes": [
|
||||
"java.lang.String"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "org.lwjgl.system.CallbackI",
|
||||
"methods": [
|
||||
{
|
||||
"name": "callback",
|
||||
"parameterTypes": [
|
||||
"long",
|
||||
"long"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "org.vulkanb.Main",
|
||||
"methods": [
|
||||
{
|
||||
"name": "main",
|
||||
"parameterTypes": [
|
||||
"java.lang.String[]"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sun.launcher.LauncherHelper",
|
||||
"fields": [
|
||||
{
|
||||
"name": "isStaticMain"
|
||||
},
|
||||
{
|
||||
"name": "noArgMain"
|
||||
}
|
||||
],
|
||||
"methods": [
|
||||
{
|
||||
"name": "getApplicationClass",
|
||||
"parameterTypes": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sun.management.VMManagementImpl",
|
||||
"fields": [
|
||||
{
|
||||
"name": "compTimeMonitoringSupport"
|
||||
},
|
||||
{
|
||||
"name": "currentThreadCpuTimeSupport"
|
||||
},
|
||||
{
|
||||
"name": "objectMonitorUsageSupport"
|
||||
},
|
||||
{
|
||||
"name": "otherThreadCpuTimeSupport"
|
||||
},
|
||||
{
|
||||
"name": "remoteDiagnosticCommandsSupport"
|
||||
},
|
||||
{
|
||||
"name": "synchronizerUsageSupport"
|
||||
},
|
||||
{
|
||||
"name": "threadAllocatedMemorySupport"
|
||||
},
|
||||
{
|
||||
"name": "threadContentionMonitoringSupport"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue