Error when using discontinuous descriptor sets
Closed this issue · 1 comments
jaebaek commented
I found that VkRunner has a bug when there are discontinuous descriptor sets.
This is a script to reproduce the bug.
It works fine if descriptor sets are consecutive numbers from 0 to some positive integer N
.
However, it does not work if descriptor sets are discontinuous e.g., 1, 3, 5
.