Hi guys!
Are there any recommendations on the number of draw/dispatch calls that you would/could record per one command list?
I am working on light propagation volume algorithm where you need repeatedly to run the same shader in ping-pong mode for input/output results.
I am wondering if I could record all the passes in one command list :-)
Thanks