pull imgui 1.92.0 - docking and generate

This commit is contained in:
sonoro1234
2025-06-27 09:58:32 +02:00
parent 8e95247e63
commit 85d6d12ec6
15 changed files with 12807 additions and 7038 deletions

View File

@@ -22,9 +22,10 @@ int main(void)
igCreateContext(NULL);
ImGuiIO *io = igGetIO();
unsigned char *text_pixels = NULL;
int text_w, text_h;
ImFontAtlas_GetTexDataAsRGBA32(io->Fonts, &text_pixels, &text_w, &text_h, NULL);
// unsigned char *text_pixels = NULL;
// int text_w, text_h;
// ImFontAtlas_GetTexDataAsRGBA32(io->Fonts, &text_pixels, &text_w, &text_h, NULL);
io->BackendFlags |= ImGuiBackendFlags_RendererHasTextures;
for (int n = 0; n < 20; n++) {
printf("NewFrame() %d\n", n);