-
Notifications
You must be signed in to change notification settings - Fork 78
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
MacOS Fullscreen Problem #263
Comments
Do you get the issue using raylib 5.0 instead of raylib master? |
I have just tested the 5.0 release of raylib and it works fine as well, no issue with the fullscreen. |
Thanks for the detailed information :) I am curious why Begin/EndTextureMode cause this and why they only cause it in the raylib cs bindings? (and not raylib or raylib cslo) |
You are welcome. I am also curious about this. It doesn't add up. Perhaps theres some setting somewhere that is slightly different. If you think of anything I could try to get it working let me know. |
Issue description
When entering macOS fullscreen (clicking green button in the top left of the window or fn + F) only 1/ 4 of the screen is rendered.
BeginTextureMode()
andEndTextureMode()
cause this problem. When you comment out theBegin/EndTextureMode()
block in the code example the problem disappears.I have tested it with raylib master, raylib cs, and raylib cslo and only raylib cs has this problem.
This only happens in "macOS Fullscreen mode" and not with
ToggleFullscreen()
orToggleBorderlessWindowed()
.Environment
MacBook Pro M2
macOS Sonoma 14.5
Issue screenshot
Green Button
Problem
How it looks with Begin/EndTextureMode() commented out.
Code example
The text was updated successfully, but these errors were encountered: