ZL_Compressor_registerDispatchStringNode

Function ZL_Compressor_registerDispatchStringNode 

Source
pub unsafe extern "C" fn ZL_Compressor_registerDispatchStringNode(
    cgraph: *mut ZL_Compressor,
    nbOutputsParam: c_int,
    dispatchIndicesParam: *const u16,
) -> ZL_NodeID
Expand description

@param nbOutputs - the number of output streams to be generated. Passed as a local param to the transform. @param dispatchIndices - the array of indices to be used for dispatching. Will be passed as a local param to the transform. The lifetime of the array is to be managed by the caller and should outlive the transform execution.