Backends: DX9: use RGBA texture to avoid conversion if supported

This commit is contained in:
璀境石
2023-07-06 01:48:35 +08:00
committed by ocornut
parent 3af739a2d1
commit 1d6f0cea0e
2 changed files with 27 additions and 3 deletions

View File

@ -45,6 +45,8 @@ Other changes:
a scrollbar when contents is over parent viewport size. (#7287, #7063) [@ZingBallyhoo]
- Backends: SDLRenderer3: query newly added SDL_RenderViewportSet() to not restore
a wrong viewport if none was initially set.
- Backends: DirectX9: Using RGBA format when allowed by the driver to avoid CPU side
conversion. (#6575) [@Demonese]
-----------------------------------------------------------------------