Browse Source

another change

pull/2771/head
Ribbit 5 months ago
committed by crueter
parent
commit
f7dc8a5776
  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

@ -377,7 +377,7 @@ void CollectStorageBuffers(IR::Block& block, IR::Inst& inst, StorageInfo& info,
static constexpr u32 nvn_buffer_count{16}; static constexpr u32 nvn_buffer_count{16};
static constexpr Bias legacy_bias{ static constexpr Bias legacy_bias{
.index = 0, .index = 0,
.offset_begin = 0x110,
.offset_begin = 0x100,
.offset_end = 0x800, .offset_end = 0x800,
.alignment = 16, .alignment = 16,
}; };

Loading…
Cancel
Save