Structs§
- Animation
Timer - A custom timer that only starts counting after the first call to get its time value. Useful because some examples have animations that would otherwise get started at initialization leading to random CI fails.
Functions§
- get_
adapter_ 🔒with_ capabilities_ or_ from_ env - If the environment variable
WGPU_ADAPTER_NAMEis set, this function will attempt to initialize the adapter with that name. If it is not set, it will attempt to initialize the adapter which supports the required features. - output_
image_ native - Outputs a vector of RGBA bytes as a png image with the given dimensions on the given path.