The OpenD Programming Language

cudaHostNodeParams

CUDA host node parameters

struct cudaHostNodeParams {}

Members

Variables

fn
cudaHostFn_t fn;

< The function to call when the node executes

userData
void* userData;

< Argument to pass to the function

Meta