pub fn extent_3_d() -> Extent3dBuilder<Empty>Expand description
Returns Extent3dBuilder for building wgpu::Extent3d
Set all required fields and any optional fields, then call build().
Builder field setters:
- width Optional, defaults to
1 - height Optional, defaults to
1 - depth_or_array_layers Optional, defaults to
1