Home -> IRenderPassNode -> RemoveChildNode
Description
The RemoveChildNode method removes the specified IProgramNode from the list of child nodes if it is present.
Warning
It is possible to add the same IProgramNode as a child more than once to the same IRenderPassNode. If this is done, for performance reasons, the RemoveChildNode method removes the first instance of the child node only. As an alternative, the RemoveChildNodes method will remove all instances of the child node in this case.
Usage
void RemoveChildNode(IProgramNode* childNode);
Argument list
- childNode [IProgramNode*]
- The IProgramNode node to remove from the list of child nodes