diff --git a/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp b/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp index 24998818a8..dbbd41c4e7 100644 --- a/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp +++ b/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp @@ -388,7 +388,7 @@ void CollectStorageBuffers(IR::Block& block, IR::Inst& inst, StorageInfo& info, .offset_begin = nvn_buffer_base, .offset_end = static_cast(nvn_buffer_base + nvn_descriptor_size * nvn_buffer_count), - .alignment = 16, + .alignment = 32, }} : std::nullopt; bool used_relaxed_bias{false};