pub type WgpuComputeClient = ComputeClient<Server, MutexComputeChannel<Server>>;
Expand description

Wgpu compute client to communicate with the compute server.

Aliased Type§

struct WgpuComputeClient { /* private fields */ }