logo
pub type RequestAdapterOptions<'a> = RequestAdapterOptionsBase<&'a Surface>;
Expand description

Additional information required when requesting an adapter.

For use with Instance::request_adapter.

Corresponds to WebGPU GPURequestAdapterOptions.