pub type NewComputePipelineStateCompletionHandler = TwoArgBlock;Expand description
Completion handler for compute pipeline state creation.
C++ equivalent: using NewComputePipelineStateCompletionHandler = void (^)(MTL::ComputePipelineState*, NS::Error*);
Aliased Typeยง
pub struct NewComputePipelineStateCompletionHandler { /* private fields */ }