mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
rsx/vk: Support ingesting pre-processed GPU data as texture input
This commit is contained in:
parent
bef7d793d3
commit
ca054644ef
5 changed files with 104 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue