Skip to content

Implement a way to pass a portal to worklet as a parameter.

Robert Maynard requested to merge robertmaynard/vtk-m:vtkm_exec_array_in into master

This is built ontop of the ExecutionObjectBase work, and is designed to show other developers how they can create custom objects that are shared among all worklets, but are passed as parameters to the worklet.

Merge request reports