Skip to content
  • Kenneth Moreland's avatar
    Add in-place (in-out) arrays to worklets. · 42aba977
    Kenneth Moreland authored
    Previously, all arrays passed to worklets were designated as either
    input or output. No in-place operation was permitted. This change adds
    the FieldInOut tag for ControlSignature in both WorkletMapField and
    WorkletMapTopology that allows you to read and write from the same
    array.
    42aba977