pub fn render_pass_color_attachment<'tex>() -> RenderPassColorAttachmentBuilder<'tex, Empty>Expand description
Returns RenderPassColorAttachmentBuilder for building wgpu::RenderPassColorAttachment
Set all required fields and any optional fields, then call build().
Builder field setters:
- view Required
- depth_slice Optional, defaults to
None - resolve_target Optional, defaults to
None - ops Optional, defaults to wgpu::Operations::default()