GreemDev-Ryujinx/Ryujinx.Graphics.Shader/Translation
gdkchan 619ac86bd0
Do not output ViewportIndex on SPIR-V if GPU does not support it (#3644)
* Do not output ViewportIndex on SPIR-V if GPU does not support it

* Bump shader cache version
2022-09-10 13:20:23 +00:00
..
Optimizations Transform shader LDC into constant buffer access if offset is constant (#3672) 2022-09-07 20:25:22 -03:00
AggregateType.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
AttributeConsts.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
AttributeInfo.cs Do not output ViewportIndex on SPIR-V if GPU does not support it (#3644) 2022-09-10 13:20:23 +00:00
ControlFlowGraph.cs
Dominance.cs
EmitterContext.cs Fix geometry shader passthrough fallback being used when feature is supported (#3525) 2022-08-02 08:44:30 +02:00
EmitterContextInsts.cs
FeatureFlags.cs
FunctionMatch.cs
GlobalMemory.cs
RegisterUsage.cs
Rewriter.cs
ShaderConfig.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
ShaderHeader.cs
Ssa.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
TargetApi.cs
TargetLanguage.cs
TranslationFlags.cs
TranslationOptions.cs
Translator.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
TranslatorContext.cs
UInt128.cs