GreemDev-Ryujinx/Ryujinx.Graphics.Shader/CodeGen/Glsl
gdkchan 416dc8fde4
Fix out-of-bounds shader thread shuffle (#2605)
* Fix out-of-bounds shader thread shuffle

* Shader cache version bump
2021-08-30 14:02:40 -03:00
..
HelperFunctions Fix out-of-bounds shader thread shuffle (#2605) 2021-08-30 14:02:40 -03:00
Instructions Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
CodeGenContext.cs
Declarations.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
DefaultNames.cs Replace BGRA and scale uniforms with a uniform block (#2496) 2021-08-11 21:33:43 +02:00
GlslGenerator.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
NumberFormatter.cs
OperandManager.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
TypeConversion.cs
Varying.cs