1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-11 03:45:00 +00:00
Ryujinx/Ryujinx.Graphics.Shader/CodeGen/Glsl/Instructions
gdkchan 59900d7f00
Unscale textureSize when resolution scaling is used (#2441)
* Unscale textureSize when resolution scaling is used

* Fix textureSize on compute

* Flag texture size as needing res scale values too
2021-07-09 00:09:07 -03:00
..
InstGen.cs Move shader resource descriptor creation out of the backend (#2290) 2021-05-19 23:15:26 +02:00
InstGenCall.cs
InstGenHelper.cs Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
InstGenMemory.cs Unscale textureSize when resolution scaling is used (#2441) 2021-07-09 00:09:07 -03:00
InstGenPacking.cs
InstInfo.cs
InstType.cs