Specify how graphics primitives should be rendered.
Framework
- Metal
Overview
A rendering pipeline consists of custom functions you provide to process graphics commands on the GPU. The order that functions are executed in a render pipeline is defined by Metal, but you supply the function implementations. Set up pipeline objects ahead of time (typically, at initialization) because pipelines are expensive to create, but quick to reuse.