ma_node_init_preallocated function
ma_result
ma_node_init_preallocated(
- Pointer<
ma_node_graph> pNodeGraph, - Pointer<
ma_node_config> pConfig, - Pointer<
Void> pHeap, - Pointer<
Void> pNode,
Implementation
ma_result ma_node_init_preallocated(
ffi.Pointer<ma_node_graph> pNodeGraph,
ffi.Pointer<ma_node_config> pConfig,
ffi.Pointer<ffi.Void> pHeap,
ffi.Pointer<ma_node> pNode,
) => ma_result.fromValue(
_ma_node_init_preallocated(pNodeGraph, pConfig, pHeap, pNode),
);