Anybody know is it necessary to clear AppendStructuredBuffer if I don't have a consume buffer ?
What's the max size of AppendStructuredBuffer ?
Now, my code doesn't clear the AppendStructuredBuffer, and the structured buffer i've created is very big,
I append instances in compute shader every frame, then render, the instances flick everywhere.