mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
Update site/content/entry/yuzu-progress-report-feb-2021/index.md
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
This commit is contained in:
parent
6422749821
commit
4bead876f2
|
@ -119,7 +119,7 @@ Unfortunately, this latter format isn't supported internally by OpenGL, which ca
|
|||
"./sg2.jpg"
|
||||
>}}
|
||||
|
||||
The solution to this problem then was to reorder the Blue and Red channels in the copy uploaded into the GPU.
|
||||
The solution to this problem then was to reorder the Blue and Red channels of `BGR` textures in the copy uploaded to the GPU.
|
||||
Reordering the graphical information of an image to process it in the graphics card is called swizzling, so what this PR does is copy the values of the Red channel into the Blue channel and vice-versa, a process that can be exploited through parallel computation.
|
||||
This way, the problem with OpenGL is directly bypassed on the GPU, and games can render as they should on the screen.
|
||||
|
||||
|
|
Loading…
Reference in a new issue