PacktPublishing / Mastering-Graphics-Programming-with-Vulkan

MIT License
514 stars 65 forks source link

Depth image to present layout transition fix #28

Closed dorian-apanel-intel closed 1 year ago

dorian-apanel-intel commented 1 year ago

Remove transition UNDEFINED->PRESENT_SRC_KHR of depth image. It is a spec violation.

Currently done for Chapters 1-3.

Related to #22