The OpenD Programming Language

CUDA_HOST_NODE_PARAMS

Host node parameters

struct CUDA_HOST_NODE_PARAMS {}

Members

Variables

fn
CUhostFn fn;

< The function to call when the node executes

userData
void* userData;

< Argument to pass to the function

Meta