rsx/vk: Support ingesting pre-processed GPU data as texture input

This commit is contained in:
kd-11 2023-09-14 05:16:36 +03:00 committed by kd-11
parent bef7d793d3
commit ca054644ef
5 changed files with 104 additions and 26 deletions

View file

@ -194,6 +194,7 @@ namespace vk
.src = working_buffer,
.src_offset = 0,
// TODO: Check interaction with anti-aliasing
.image_width = width,
.image_height = height,
.image_pitch = real_pitch,