Expand description
Compute related module.
Structs
- The memory resource that can be allocated for wgpu.
- Wgpu compute server.
- Buffer storage for wgpu.
- Provides launch information specifying the number of work groups to be used by a compute shader.
Enums
- Key for all autotune-enabled operations
- How the resource is used, either as a slice or fully.
Traits
- Kernel trait with the source that will be compiled and cached based on the provided id.
Functions
- Get the compute client for the given device.
- Init the client async, necessary for wasm.
- Select the wgpu device and queue based on the provided device.
Type Aliases
- Wgpu compute server
- Wgpu compute client to communicate with the compute server.
- Wgpu server handle.