Skip to content

Remove parameters structs from API

Michael Platings requested to merge fix-context-parameter into main

Having a mixture of input and output variables across both function arguments and struct members was inconsistent.

"params" has been replaced with an opaque "context" pointer.

Merge request reports