Switch to BGRA8 as the default swapchain format. (#3569)

This commit is contained in:
Martijn Courteaux
2026-01-30 19:58:02 +01:00
committed by GitHub
parent c37ba1db0f
commit 85d0b7ad3f

View File

@@ -3606,7 +3606,7 @@ namespace bgfx
} }
Resolution::Resolution() Resolution::Resolution()
: formatColor(TextureFormat::RGBA8) : formatColor(TextureFormat::BGRA8)
, formatDepthStencil(TextureFormat::D24S8) , formatDepthStencil(TextureFormat::D24S8)
, width(1280) , width(1280)
, height(720) , height(720)