Expand description
Metal pipeline state objects.
This module contains types for creating and managing render and compute pipelines.
Corresponds to Metal/MTLRenderPipeline.hpp and Metal/MTLComputePipeline.hpp.
Structsยง
- Compute
Pipeline Descriptor - Compute
Pipeline Reflection - Compute
Pipeline State - A compiled compute pipeline configuration.
- Logical
ToPhysical Color Attachment Map - Maps logical color attachment indices to physical indices.
- Mesh
Render Pipeline Descriptor - Pipeline
Buffer Descriptor - Pipeline
Buffer Descriptor Array - An array of pipeline buffer descriptors.
- Render
Pipeline Color Attachment Descriptor - Describes the color attachment for a render pipeline.
- Render
Pipeline Color Attachment Descriptor Array - Array of color attachment descriptors.
- Render
Pipeline Descriptor - Render
Pipeline Functions Descriptor - Render
Pipeline Reflection - Reflection information for a render pipeline.
- Render
Pipeline State - A compiled render pipeline configuration.
- Tile
Render Pipeline Color Attachment Descriptor - Tile
Render Pipeline Color Attachment Descriptor Array - An array of tile render pipeline color attachment descriptors.
- Tile
Render Pipeline Descriptor - Describes a tile render pipeline configuration.