Pre-submission Checklist
Hexa.NET.ImGui Version
2.2.10-prerelease
Bug Description
Just copied the SDL3 example and it initially worked fine, but after that I've been getting Assertion failure at SDL_SetGPUSwapchainParameters_REAL (SDL_gpu.c:3221), triggered 2 times: '!"Invalid swapchain composition enum!"' error popping up. Funnily enough, pressing the ignore seems to work fine? This happens when you try to move windows out of the main macOS window, but again, ignoring it seems to work fine.
Steps to Reproduce
- Use the example https://github.com/HexaEngine/Hexa.NET.ImGui/blob/main/Examples/ExampleSDL3GPU/Program.cs
- Run it
- Move an ImGui window out of the main window on macOS
Expected Behavior
Run normally
Code Sample
Platform
macOS
.NET Version
net 9.0
Additional Context
No response
Pre-submission Checklist
Hexa.NET.ImGui Version
2.2.10-prerelease
Bug Description
Just copied the SDL3 example and it initially worked fine, but after that I've been getting
Assertion failure at SDL_SetGPUSwapchainParameters_REAL (SDL_gpu.c:3221), triggered 2 times: '!"Invalid swapchain composition enum!"'error popping up. Funnily enough, pressing the ignore seems to work fine? This happens when you try to move windows out of the main macOS window, but again, ignoring it seems to work fine.Steps to Reproduce
Expected Behavior
Run normally
Code Sample
Platform
macOS
.NET Version
net 9.0
Additional Context
No response