Browse Source

changes

pull/2771/head
Ribbit 5 months ago
committed by crueter
parent
commit
19161ed4ac
  1. 2
      src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp

2
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<u32>(nvn_buffer_base +
nvn_descriptor_size * nvn_buffer_count),
.alignment = 16,
.alignment = 32,
}}
: std::nullopt;
bool used_relaxed_bias{false};

Loading…
Cancel
Save