aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/SupportBuffer.cs
AgeCommit message (Collapse)Author
2021-08-11Ensure render scale is initialized to 1 on the backend (#2543)gdkchan
2021-08-11Replace BGRA and scale uniforms with a uniform block (#2496)gdkchan
* 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