mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-18 16:09:53 +00:00
Fix small and scary Vulkan bug (leftover from skinning-removal revert)
This commit is contained in:
parent
acfd688647
commit
637a17a66c
@ -39,7 +39,7 @@ struct VkRenderData {
|
||||
VkPipelineLayout pipelineLayout;
|
||||
VkDescriptorSet ds;
|
||||
int numUboOffsets;
|
||||
uint32_t uboOffsets[2];
|
||||
uint32_t uboOffsets[3];
|
||||
VkBuffer vbuffer;
|
||||
VkDeviceSize voffset;
|
||||
uint32_t count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user