Skip to contents

Call of a primitive in an AnvlGraph.

Usage

PrimitiveCall(primitive, inputs, params, outputs)

Arguments

primitive

(AnvlPrimitive)
The function.

inputs

(list(GraphValue))
The (array) inputs to the primitive.

params

(list(<any>))
The (static) parameters of the function call.

outputs

(list(GraphValue))
The (array) outputs of the primitive.

Value

(PrimitiveCall)