We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 1.XX, Branch: XXX (master/docking/etc.)
imgui_impl_XXX.cpp + imgui_impl_XXX.cpp
MacOS + Clang, Target: IPhone 14 PM (16.5)
No response
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.
// Here's some code anyone can copy and paste to reproduce your issue ImGui::Begin("Example Bug"); MoreCodeToExplainMyIssue(); ImGui::End();
ImGui Metal standalone Example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
ImGui Metal standalone Example
The text was updated successfully, but these errors were encountered: