video_core: Fix renderpass cache bug and introduce RGBA -> BGR converter
This commit is contained in:
@ -71,6 +71,8 @@ void ConvertBGRToRGB(std::span<const std::byte> source, std::span<std::byte> des
|
||||
*/
|
||||
void ConvertBGRToRGBA(std::span<const std::byte> source, std::span<std::byte> dest);
|
||||
|
||||
void ConvertRGBAToBGR(std::span<const std::byte> source, std::span<std::byte> dest);
|
||||
|
||||
/**
|
||||
* Converts pixel data encoded in ABGR format to RGBA
|
||||
*
|
||||
|
Reference in New Issue
Block a user