Runtime that uses the wgpu crate with the wgsl compiler. This is used in the Wgpu backend.
For advanced configuration, use init_setup to pass in runtime options or to select a
specific graphics API.
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.
Compiler kind and info used when compiling a specific kernel. Used to determine parameter passing strategies.
What a launch needs from a compiled kernel: the pipeline, the parameter
strategy, and the per-buffer IO the taint bookkeeping stages from. The IO
rides in the cache because on a hit nothing else of the compilation
survives.