Skip to content

dzn: Implement vkCmdDrawIndirect()

Boris Brezillon requested to merge dzn-indirect-draw into dozen

For some reasons, root constant patching through indirect command arguments doesn't seem to work on intel. The same code works fine on WARP, but I suspect the problem is in my code...

Note that I had a (much more complicated) version patching sysval CBVs (instead of the root constants), and this one worked fine on intel, which makes me think the problem is related to root constants patching.

/cc @jenatali

Merge request reports