State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:2.5v5|BugID:241685|
Problem summary:
The Sending ID pass data to Katana section in the Katana Developer Guide contains errors.
Steps to reproduce:
Expected content:
idSender->getIds(&nextId, &maxId);
renderSettings.getChannelBuffers(buffers); Actual content:
idSender->getIds(nextId, maxId);
renderSettings.getInteractiveBuffers(buffers); We're sorry to hear that
Please tell us why