omniClientLiveSetQueuedCallback

Defined in OmniClient.h

void omniClientLiveSetQueuedCallback(OmniClientLiveQueuedCallback callback)

Set a function to be called any time there’s an update in the queue that needs to be processed.

When this function is called, you should call omniClientLiveProcess(false) FROM THE MAIN THREAD. DO NOT CALL omniClientLiveProcess(false) FROM THIS CALLBACK! DO NOT CALL omniClientLiveProcess(false) WHEN SOME OTHER THREAD IS USING THE USD LIBRARY!