blurrypiano / littleVulkanEngine

Code repo for video tutorial series teaching Vulkan and computer graphics
MIT License
829 stars 147 forks source link

Tutorial 5: Access violation when reading #42

Open DrasticLp opened 10 months ago

DrasticLp commented 10 months ago

Hi! I get an acess violation when I bind my commandBuffer (pipeline->bind(commandBuffers[i])) My buffer isn't empty and everytime I try to access it after the vkCmdBeginRenderPass, I get the same error. (Before this line, I don't get the access violation). Does anyone know how to deal with this issue ?