Contents

makePipeline(_:)

Creates a compute pipeline synchronously.

Declaration

final func makePipeline(_ descriptor: LowLevelDeformation.Pipeline.Descriptor) throws -> LowLevelDeformation.Pipeline

Parameters

  • descriptor:

    An object that describes the vertex layouts and deformer stages.

Discussion