diff --git a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/state_updater.h b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/state_updater.h index 6fe54be8..738e782f 100644 --- a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/state_updater.h +++ b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/state_updater.h @@ -103,6 +103,7 @@ namespace skyline::gpu::interconnect::maxwell3d { void Record(GPU &gpu, vk::raii::CommandBuffer &commandBuffer) { base.buffer = view.GetBuffer()->GetBacking(); base.offset = view.GetOffset(); + base.size = view.size; base.Record(gpu, commandBuffer); } @@ -362,6 +363,7 @@ namespace skyline::gpu::interconnect::maxwell3d { .binding = index, .buffer = binding.buffer, .offset = binding.offset, + .size = binding.size }); }