1. Does the
HAPI_SetAttributeXXXXDataAsync()
function allow for parallelized attribute setting within a single part of a node before committing the geometry?2. Or is it that the async API itself doesn’t inherently introduce parallelism within the same session, but only achieve asynchronous calling without ensuring parallel operations?
Thanks!