Skip to content

Commit

Permalink
Fix small and scary Vulkan bug (leftover from skinning-removal revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 18, 2018
1 parent acfd688 commit 637a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/native/thin3d/VulkanQueueRunner.h
Expand Up @@ -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;
Expand Down

0 comments on commit 637a17a

Please sign in to comment.