Skip to content

[rlsw] Some platform fixes#5719

Closed
Bigfoot71 wants to merge 5 commits into
raysan5:masterfrom
Bigfoot71:rlsw-update
Closed

[rlsw] Some platform fixes#5719
Bigfoot71 wants to merge 5 commits into
raysan5:masterfrom
Bigfoot71:rlsw-update

Conversation

@Bigfoot71
Copy link
Copy Markdown
Contributor

  • Fixes compilation errors for DRM.
  • Handles resizing for SDL and WIN32.

A little validation for WIN32 would be preferable; I don't have a Windows machine to test on, but I simply added this to HandleWindowResize:

#if defined(GRAPHICS_API_OPENGL_SOFTWARE)
swResize(clientSize.cx, clientSize.cy);
#endif

Also, I had added it for RGFW, but when I tried to test it I realized that software rendering is not supported, black screen, so I didn't do anything.

@Bigfoot71
Copy link
Copy Markdown
Contributor Author

Oops, branch issue

@Bigfoot71 Bigfoot71 closed this Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant