Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating & Displaying ImGui has offset #8102

Open
IAmTheTable opened this issue Oct 26, 2024 · 0 comments
Open

Creating & Displaying ImGui has offset #8102

IAmTheTable opened this issue Oct 26, 2024 · 0 comments

Comments

@IAmTheTable
Copy link

Version/Branch of Dear ImGui:

Version 1.XX, Branch: XXX (master/docking/etc.)

Back-ends:

imgui_impl_XXX.cpp + imgui_impl_XXX.cpp

Compiler, OS:

MacOS + Clang, Target: IPhone 14 PM (16.5)

Full config/build information:

No response

Details:

My Issue/Question:

Creating an ImGui view using the apple metal example shows a screen offset view, but the actual view is full screen display.

Screenshots/Video:

RPReplay_Final1729983240.mp4

Minimal, Complete and Verifiable Example code:

// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();

ImGui Metal standalone Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants