mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
video_core: Add vulkan shaders (#6619)
This commit is contained in:
parent
7c11b9b689
commit
3faddd5e03
13 changed files with 263 additions and 10 deletions
|
@ -144,8 +144,8 @@ VideoCore::StagingData TextureRuntime::FindStaging(u32 size, bool upload) {
|
|||
}
|
||||
return VideoCore::StagingData{
|
||||
.size = size,
|
||||
.offset = 0,
|
||||
.mapped = std::span{staging_buffer.data(), size},
|
||||
.buffer_offset = 0,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue