Module backend_options_builder

Module backend_options_builder 

Source

Re-exports§

pub use super::super::Nested;

Structs§

BackendOptionsBuilder
Builder for wgpu::BackendOptions
Dx12Empty
Dx12Value
Empty
GlEmpty
GlValue
NoopEmpty
NoopValue
Range
A (half-open) range bounded inclusively below and exclusively above (start..end).
SetDx12
SetGl
SetNoop

Enums§

Cow
A clone-on-write smart pointer.

Traits§

Complete
Dx12IsEmpty
Field
GlIsEmpty
IsOptional
IsSetDx12
IsSetGl
IsSetNoop
NoopIsEmpty
State

Functions§

backend_options
Returns BackendOptionsBuilder for building wgpu::BackendOptions

Type Aliases§

NonZeroU32
A u32 that is known not to equal zero.