Skip to content

Commit

Permalink
netimgui: work on framebufferdisplayScale (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 11, 2024
1 parent a1250d3 commit 465c0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,9 @@ int main(int, char**)
//runnerParams.platformBackendType = HelloImGui::PlatformBackendType::Sdl;
//runnerParams.rendererBackendType = HelloImGui::RendererBackendType::Vulkan;

//runnerParams.remoteParams.enableRemoting = true;
runnerParams.dpiAwareParams.dpiWindowSizeFactor = 1.0f;
runnerParams.dpiAwareParams.fontRenderingScale = 1.0f;
runnerParams.remoteParams.enableRemoting = true;
//runnerParams.dpiAwareParams.dpiWindowSizeFactor = 1.0f;
//runnerParams.dpiAwareParams.fontRenderingScale = 1.0f;

HelloImGui::Run(runnerParams); // Note: with ImGuiBundle, it is also possible to use ImmApp::Run(...)

Expand Down

0 comments on commit 465c0b3

Please sign in to comment.