makeDeformation(pipeline:descriptor:)
Creates a deformation bound to a compiled pipeline.
Declaration
final func makeDeformation(pipeline: LowLevelDeformation.Pipeline, descriptor: LowLevelDeformation.Descriptor) throws -> LowLevelDeformationParameters
- 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.