You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following error happens in Lucid when rendering Conference in PBRRenderer.
Vulkan debug: Validation Error: [ VUID-VkWriteDescriptorSet-descriptorType-00327 ] | MessageID = 0xfdcfe89e |
vkUpdateDescriptorSets(): pDescriptorWrites[0].pBufferInfo[0].offset (176) must be a multiple of device limit
minUniformBufferOffsetAlignment 64 when descriptor type is VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER. The Vulkan spec
states: If descriptorType is VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER or VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC,
the offset member of each element of pBufferInfo must be a multiple of
VkPhysicalDeviceLimits::minUniformBufferOffsetAlignment (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-
extensions/vkspec.html#VUID-VkWriteDescriptorSet-descriptorType-00327)
The text was updated successfully, but these errors were encountered:
Following error happens in Lucid when rendering Conference in PBRRenderer.
The text was updated successfully, but these errors were encountered: