MTLNewComputePipelineStateWithReflectionCompletionHandler

Type Alias MTLNewComputePipelineStateWithReflectionCompletionHandler 

Source
pub type MTLNewComputePipelineStateWithReflectionCompletionHandler = *mut DynBlock<dyn Fn(*mut ProtocolObject<dyn MTLComputePipelineState>, *mut MTLComputePipelineReflection, *mut NSError)>;
Available on crate features MTLAllocation and MTLComputePipeline and MTLLibrary and block2 only.
Expand description