googlesamples/android-vulkan-tutorials

Initial layout of image must be either UNDEFINED or PREINITIALIZED

qining opened this issue · 1 comments

The VkImageCreateInfo does not specifies what value will be there in the create_info. According to the spec, the initial layout must be either VK_IMAEG_LAYOUT_UNDEFINED or VK_IMAGE_LAYOUT_PREINITIALIZED.

ggfan commented

this should be fixed now with #43.