Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ribbit
fab4fb05a7 [vk] Add missing flush per spec
All checks were successful
eden-license / license-header (pull_request) Successful in 39m34s
2025-10-02 17:49:54 +02:00

View file

@ -280,6 +280,7 @@ void Layer::UpdateRawImage(const Tegra::FramebufferConfig& framebuffer, size_t i
Tegra::Texture::UnswizzleTexture(
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);
buffer.Flush(); // Ensure host writes are visible before the GPU copy.
}
const VkBufferImageCopy copy{