Contents

makeDeformation(pipeline:descriptor:)

Creates a deformation bound to a compiled pipeline.

Declaration

final func makeDeformation(pipeline: LowLevelDeformation.Pipeline, descriptor: LowLevelDeformation.Descriptor) throws -> LowLevelDeformation

Parameters

  • pipeline:

    The compiled pipeline to bind the deformation to.

  • descriptor:

    An object that describes the per-frame data requirements.

Discussion

The pipeline must originate from this context.

See Also

Creating deformation pipelines