Revert "shader_recompiler: Align SSBO offsets to meet host requirements"

This reverts commit ae868e7ffb.
This commit is contained in:
Liam 2023-01-07 15:50:58 -05:00
parent ecf4f380b6
commit 5d93c3bb00
4 changed files with 6 additions and 12 deletions

View file

@ -15,7 +15,7 @@ namespace Shader::Optimization {
void CollectShaderInfoPass(Environment& env, IR::Program& program);
void ConstantPropagationPass(Environment& env, IR::Program& program);
void DeadCodeEliminationPass(IR::Program& program);
void GlobalMemoryToStorageBufferPass(IR::Program& program, const HostTranslateInfo& host_info);
void GlobalMemoryToStorageBufferPass(IR::Program& program);
void IdentityRemovalPass(IR::Program& program);
void LowerFp16ToFp32(IR::Program& program);
void LowerInt64ToInt32(IR::Program& program);