MTLNewRenderPipelineStateCompletionHandler
A completion handler signature a method calls when it finishes creating a render pipeline.
Declaration
typealias MTLNewRenderPipelineStateCompletionHandler = ((any MTLRenderPipelineState)?, (any Error)?) -> VoidParameters
- renderPipelineState:
An Mtlrenderpipelinestate instance if the method completes successfully; otherwise
nil. - error:
If an error occurs, an error information instance; otherwise
nil.