This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
ryubing/src/Ryujinx.Graphics.Shader/Translation
gdkchan aa021085cf
Allow any shader SSBO constant buffer slot and offset (#2237)
* Allow any shader SSBO constant buffer slot and offset

* Fix slot value passed to SetUsedStorageBuffer on fallback case

* Shader cache version

* Ensure that the storage buffer source constant buffer offset is word aligned

* Fix FirstBinding on GetUniformBufferDescriptors
2023-05-05 14:20:20 +00:00
..
Optimizations Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
AggregateType.cs
AttributeConsts.cs
ControlFlowGraph.cs
Dominance.cs
EmitterContext.cs
EmitterContextInsts.cs
FeatureFlags.cs
FunctionMatch.cs
GlobalMemory.cs Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
RegisterUsage.cs
Rewriter.cs Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
ShaderConfig.cs Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
ShaderHeader.cs
ShaderIdentifier.cs
Ssa.cs
TargetApi.cs
TargetLanguage.cs
TranslationFlags.cs
TranslationOptions.cs
Translator.cs
TranslatorContext.cs