NodeDataDeleterFn#

Fully qualified name: omni::graph::exec::unstable::NodeDataDeleterFn

using omni::graph::exec::unstable::NodeDataDeleterFn = void(void*)#

Type specific function for deleting context specific execution data associated with a node.

The function is expected to know the type given as the first arg and handle the deletion of the type in an appropriate manner. Usually, this means casting the void* pointer to the proper type and calling delete.