mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 18:04:56 +00:00
vk_graphics_pipeline: Fix regression
This commit is contained in:
parent
341034fc30
commit
3fd2abdd5b
5 changed files with 9 additions and 9 deletions
|
@ -352,9 +352,9 @@ void EmitContext::DefineBuffers() {
|
|||
Decorate(id, spv::Decoration::DescriptorSet, 0U);
|
||||
Name(id, fmt::format("{}_{}", buffer.is_storage ? "ssbo" : "cbuf", buffer.sgpr_base));
|
||||
|
||||
binding++;
|
||||
buffers.push_back({
|
||||
.id = id,
|
||||
.global_binding = binding++,
|
||||
.data_types = data_types,
|
||||
.pointer_type = pointer_type,
|
||||
.buffer = buffer.GetVsharp(info),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue