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
On a Google Pixel 9, the dynamic rendering local read sample crashes with a device lost. Logcat shows several validation errors:
[error] -710792591 - VUID-VkRenderingInfo-pNext-06080: Validation Error: [ VUID-VkRenderingInfo-pNext-06080 ] Object 0: handle = 0xb400007123b0ce80, type = VK_OBJECT_TYPE_COMMAND_BUFFER; Object 1: handle = 0x4295ab0000000035, type = VK_OBJECT_TYPE_IMAGE_VIEW; | MessageID = 0xd5a22a71 | vkCmdBeginRenderingKHR(): pRenderingInfo->pColorAttachments[3].imageView height (720) is less than pRenderingInfo->renderArea.offset.y (0) + pRenderingInfo->renderArea.extent.height (2424).
The Vulkan spec states: If the pNext chain does not contain VkDeviceGroupRenderPassBeginInfo or its deviceRenderAreaCount member is equal to 0, the height of the imageView member of any element of pColorAttachments, pDepthAttachment, or pStencilAttachment that is not VK_NULL_HANDLE must be greater than or equal to renderArea.offset.y + renderArea.extent.height (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkRenderingInfo-pNext-06080)
[error] Error Message: Detected Vulkan error: ERROR_DEVICE_LOST
Since I wrote that sample I'll try to fix this.
The text was updated successfully, but these errors were encountered:
On a Google Pixel 9, the dynamic rendering local read sample crashes with a device lost. Logcat shows several validation errors:
Since I wrote that sample I'll try to fix this.
The text was updated successfully, but these errors were encountered: