Module init

Module init 

Source

Structs§

SurfaceGuard

Functions§

default_device_lost_callback 🔒
Default device-lost callback installed by initialize_device. Panics on any non-wgpu::DeviceLostReason::Destroyed device loss, which will cause the test to be treated as a failure.
init_logger
Initialize the logger for the test runner.
initialize_adapter
Initialize a wgpu adapter, using the given adapter report to match the adapter.
initialize_device
Initialize a wgpu device from a given adapter.
initialize_instance
Initialize a wgpu instance with the options from the environment.