cancel
Showing results for 
Search instead for 
Did you mean: 

OpenGL & Vulkan

felipeagc
Journeyman III

Getting driver crashes when using 2 renderpasses

Hello,

I'm getting driver crashes when using 2 renderpasses, where one reads the contents of the image from the previous pass. Curiously this problem only happens with validation layers disabled, otherwise it works fine. I tested this setup with intel and nvidia hardware and it works fine there. Using a single renderpass and rendering directly to the swapchain images works fine as well.

I set up a simple program to demonstrate the issue here: https://github.com/felipeagc/amd_repro. I also included additional information on the github README.

Since using 2 renderpasses is pretty common, this issue is very odd to me. I might be doing something wrong, but I can't find it. I tested one of Sascha Willems's Vulkan examples which uses a similar setup and don't get any crashes there (this is the example).

Any help would be greatly appreciated. Thanks in advance.

0 Likes
1 Reply
dorisyan
Staff

Hi @felipeagc ,

Thanks for your report. Did you try to run it on NV's platform? it works well?

0 Likes