video_core: Add vulkan shaders (#6619)

This commit is contained in:
GPUCode 2023-06-19 17:02:18 +03:00 committed by GitHub
parent 7c11b9b689
commit 3faddd5e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 263 additions and 10 deletions

View file

@ -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,
};
}