pub type NewRenderPipelineStateWithReflectionCompletionHandler = ThreeArgBlock;Expand description
Completion handler for render pipeline state with reflection.
C++ equivalent: using NewRenderPipelineStateWithReflectionCompletionHandler = void (^)(MTL::RenderPipelineState*, MTL::RenderPipelineReflection*, NS::Error*);
Aliased Typeยง
pub struct NewRenderPipelineStateWithReflectionCompletionHandler { /* private fields */ }