I was wondering if there is a speed penalty for using a append or consume buffer instead of a structured buffer? How are they implemented? I don't really have any experience with them and was basically wondering if I should design around a structured buffer with an extra pass to get rid of "empty entries" or just use an append buffer?
↧