nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Fix size parameter handling for functions with parameters referencing multiple size parameters

Open batzuu opened this issue 4 months ago • 0 comments

If a function has multiple parameters and those parameters reference multiple size parameters, the codegen fails as it expects there to be only one size parameter (common for all buffers). This is an issue for CreateDeembeddingSparameterTableArray RFSG api which has two buffers referencing two different size parameters.

batzuu avatar Nov 07 '25 12:11 batzuu