Skip to main content

PFN_cuGraphAddEventWaitNode

Type Alias PFN_cuGraphAddEventWaitNode 

Source
pub type PFN_cuGraphAddEventWaitNode = unsafe extern "C" fn(graph_node: *mut CUgraphNode, graph: CUgraph, dependencies: *const CUgraphNode, num_dependencies: usize, event: CUevent) -> CUresult;