mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +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
|
@ -203,6 +203,7 @@ public:
|
|||
struct BufferDefinition {
|
||||
Id id;
|
||||
Id offset;
|
||||
u32 global_binding;
|
||||
const VectorIds* data_types;
|
||||
Id pointer_type;
|
||||
AmdGpu::Buffer buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue