googlesamples/android-vulkan-tutorials

Image layout not switched for filling data and rendering

qining opened this issue · 1 comments

Tested on Pixel C with Android 7.1.2, trace analyzed with GAPID: https://github.com/google/gapid

The layout of the texture image in tutorial 6 does not change for initial data copying and rendering. vkCmdPipelineBarrier should be added to switch the layout.

ggfan commented

this should be fixed now. thanks!