Module pipeline

Module pipeline 

Source

Structs§

ComputePass
Wrapper for wgpu::ComputePass
ComputePassPipeline
A ComputePass with pipeline needed for push_const offsets.
ComputePipeline
A wrapper for wgpu::ComputePipeline with PushConstantRanges
ComputePipelineBuilder
A builder for a ComputePipeline
DispatchIndirect
FragmentState
A struct representing a FragmentState.
PipelineLayout
PipelineLayoutBuilder
RenderPass
A wrapper for wgpu::RenderPass
RenderPassBuilder
A builder for the RenderPass.
RenderPassPipeline
RenderPipeline
A wrapper for wgpu::RenderPipeline with PushConstantRanges.
RenderPipelineBuilder
A Builder for a RenderPipeline.
VertexState
Layout of the VertexState of a Pipeline. It describes the buffer layouts as well as the names used when setting by name in the RenderPassPipeline process.

Constants§

DEFAULT_ENTRY_POINT

Traits§

RenderData