Ryujinx/Ryujinx.Graphics.Shader
gdkchan 8dbcae1ff8
Implement BGRA texture support (#1418)
* Implement BGRA texture support

* Missing AppendLine

* Remove empty lines

* Address PR feedback
2020-07-26 00:03:40 -03:00
..
CodeGen Implement BGRA texture support (#1418) 2020-07-26 00:03:40 -03:00
Decoders Implement shader LEA instruction and improve bindless image load/store (#1355) 2020-07-04 01:48:44 +02:00
Instructions
IntermediateRepresentation
StructuredIr
Translation Implement BGRA texture support (#1418) 2020-07-26 00:03:40 -03:00
BufferDescriptor.cs
IGpuAccessor.cs
InputTopology.cs Support texture rectangle targets (non-normalized coords) 2020-01-09 02:13:00 +01:00
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs
ShaderProgramInfo.cs
ShaderStage.cs
TextureDescriptor.cs
TextureFormat.cs Implement SULD shader instruction (#1117) 2020-04-22 09:35:28 +10:00
TextureUsageFlags.cs