ma_loshelf_node_reinit function
ma_result
ma_loshelf_node_reinit(
- Pointer<
ma_loshelf2_config> pConfig, - Pointer<
ma_loshelf_node> pNode
Implementation
ma_result ma_loshelf_node_reinit(
ffi.Pointer<ma_loshelf_config> pConfig,
ffi.Pointer<ma_loshelf_node> pNode,
) => ma_result.fromValue(_ma_loshelf_node_reinit(pConfig, pNode));