Skip to main content

NewRenderPipelineStateCompletionHandler

Type Alias NewRenderPipelineStateCompletionHandler 

Source
pub type NewRenderPipelineStateCompletionHandler = TwoArgBlock;
Expand description

Completion handler for render pipeline state creation.

C++ equivalent: using NewRenderPipelineStateCompletionHandler = void (^)(MTL::RenderPipelineState*, NS::Error*);

Aliased Typeยง

pub struct NewRenderPipelineStateCompletionHandler { /* private fields */ }