Ryujinx/Ryujinx.Graphics.Shader/CodeGen/Glsl
riperiperi 780c7530d6
Add scaling for Texture2DArray when using TexelFetch. (#1645)
* Add scaling for Texture2DArray when using TexelFetch.

* Should only really trigger for Texture2D. (do not emit texelfetch for
TextureBufferArray(?) and Texture1DArray)

* Address nit.
2020-10-28 21:27:46 +01:00
..
HelperFunctions
Instructions Add scaling for Texture2DArray when using TexelFetch. (#1645) 2020-10-28 21:27:46 +01:00
CodeGenContext.cs
Declarations.cs
DefaultNames.cs
GlslGenerator.cs
GlslProgram.cs
NumberFormatter.cs
OperandManager.cs
TypeConversion.cs
Varying.cs