Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/19/2023 in all areas

  1. Actually DSNewPtr is not really needed. You can very well provide the necessary memory space by a simple Initialize Array node, datatype U8, size 8 * 512 + 3 * 4 and pass that as C array pointer to the shared library. Then do some indexing into the resulting array after the function executed and some Unflattening for the 3 integers and all should be well.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.