omni::graph::exec::unstable::NodeDataDeleterFn

Defined in omni/graph/exec/unstable/Types.h

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.