mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 14:27:07 +02:00
[vk] Start of a downhill
This commit is contained in:
parent
805b53657c
commit
6a0b274b1a
1 changed files with 0 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ void Layer::UpdateRawImage(const Tegra::FramebufferConfig& framebuffer, size_t i
|
||||||
Tegra::Texture::UnswizzleTexture(
|
Tegra::Texture::UnswizzleTexture(
|
||||||
mapped_span.subspan(image_offset, linear_size), std::span(host_ptr, tiled_size),
|
mapped_span.subspan(image_offset, linear_size), std::span(host_ptr, tiled_size),
|
||||||
bytes_per_pixel, framebuffer.width, framebuffer.height, 1, block_height_log2, 0);
|
bytes_per_pixel, framebuffer.width, framebuffer.height, 1, block_height_log2, 0);
|
||||||
buffer.Flush(); // Ensure host writes are visible before the GPU copy.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const VkBufferImageCopy copy{
|
const VkBufferImageCopy copy{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue