MTLNewRenderPipelineStateWithReflectionCompletionHandler 委托

定义

public delegate void MTLNewRenderPipelineStateWithReflectionCompletionHandler(IMTLRenderPipelineState renderPipelineState, MTLRenderPipelineReflection reflection, NSError error);
type MTLNewRenderPipelineStateWithReflectionCompletionHandler = delegate of IMTLRenderPipelineState * MTLRenderPipelineReflection * NSError -> unit

参数

renderPipelineState
IMTLRenderPipelineState
error
NSError

适用于