Shahbaz Youssefi

Results 53 comments of Shahbaz Youssefi

Ooooh you know what, I think actually I know where this is coming from. `vkCmdBindVertexBuffers` doesn't take the size of the buffer, only the offset. So syncval has no way...

No like I said I'm pretty sure this is just a matter of `vkCmdBindVertexBuffers` implicitly assuming the vertex data is read from the offset to the end of the buffer...

> We are trying to follow the direction now that syncval does not report false positives. Ether to disable specific validation or to make it optional (disabled by default). Something...