ryujinx/Ryujinx.Graphics.Shader/Translation/Optimizations
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
..
BindlessElimination.cs Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
BindlessToIndexed.cs
BranchElimination.cs
ConstantFolding.cs
GlobalToStorage.cs
HalfConversion.cs
Optimizer.cs Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00
Simplification.cs