mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-03 12:20:23 +00:00
SDL_QueryGPUFence is documented to return true when the fence is signaled (complete). Since514b26eit returns METAL_INTERNAL_IsFenceBusy directly, so it returns true when the fence is still busy, breaking usage of SDL_AcquireGPUSwapchainTexture. (cherry picked from commitb340ddcd7b)