pub async fn init_setup_async<G: GraphicsApi>(
device: &WgpuDevice,
options: RuntimeOptions,
) -> WgpuSetup
Expand description
Initialize a client on the given device with the given options. This function is useful to configure the runtime options or to pick a different graphics API.