Structs§
- Render
Pipeline Desc - Creates a render pipeline descriptor, can then be used to create a concrete
pipeline or for later for using the descriptor as a hash key in a pipeline
arena
RenderPipelineDesc
can be converted intowgpu::RenderPipeline
(which isn’t hashable or comparable) - Render
Pipeline Desc Builder - A builder type to help simplify the construction of a
RenderPipelineDesc
. We’ve attempted to provide a suite of reasonable defaults in the case that none are provided.