ryujinx/Ryujinx.Graphics.Shader
gdkchan 5795bb1528
Support separate textures and samplers (#1216)
* Support separate textures and samplers

* Add missing bindless flag, fix SNORM format on buffer textures

* Add missing separation

* Add comments about the new handles
2020-05-27 16:07:10 +02:00
..
CodeGen Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
Decoders Omit image format if possible, and fix BA bit (#1280) 2020-05-27 11:00:21 +02:00
Instructions Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
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 Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
BufferDescriptor.cs
IGpuAccessor.cs Omit image format if possible, and fix BA bit (#1280) 2020-05-27 11:00:21 +02:00
InputTopology.cs
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
ShaderProgramInfo.cs
ShaderStage.cs
TextureDescriptor.cs
TextureFormat.cs