Module repeated_compute

Source
Expand description

See hello-compute example main.rs for more details as similar items here are not explained.

This example does elaborate on some things though that the hello-compute example does not such as mapping buffers and why use the async channels.

Structsยง

WgpuContext ๐Ÿ”’
A convenient way to hold together all the useful wgpu stuff together.

Constantsยง

OVERFLOW ๐Ÿ”’

Functionsยง

compute ๐Ÿ”’
main
run ๐Ÿ”’