1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-18 21:38:16 -06:00

2 Commits

Author SHA1 Message Date
gdkchan
0ba4ade8f1
Ensure render scale is initialized to 1 on the backend () 2021-08-11 19:44:41 -03:00
gdkchan
0f6ec446ea
Replace BGRA and scale uniforms with a uniform block ()
* Replace BGRA and scale uniforms with a uniform block

* Setting the data again on program change is no longer needed

* Optimize and resolve some warnings

* Avoid redundant support buffer updates

* Some optimizations to BindBuffers (now inlined)

* Unify render scale arrays
2021-08-11 21:33:43 +02:00