Ryujinx/Ryujinx.Graphics.Shader
gdkchan 788ca6a411
Initial transform feedback support (#1370)
* Initial transform feedback support

* Some nits and fixes

* Update ReportCounterType and Write method

* Can't change shader or TFB bindings while TFB is active

* Fix geometry shader input names with new naming
2020-07-15 13:01:10 +10:00
..
CodeGen
Decoders
Instructions
IntermediateRepresentation Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
StructuredIr Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
Translation
BufferDescriptor.cs Initial work 2020-01-09 02:13:00 +01:00
IGpuAccessor.cs Fix wrong face culling once and for all (#1277) 2020-05-28 09:03:07 +10:00
InputTopology.cs
OutputTopology.cs Support texture rectangle targets (non-normalized coords) 2020-01-09 02:13:00 +01:00
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs
ShaderProgramInfo.cs Remove output interpolation qualifier (#1070) 2020-04-02 12:24:55 +11:00
ShaderStage.cs
TextureDescriptor.cs
TextureFormat.cs
TextureUsageFlags.cs