Module gpu

Module gpu 

Source

Functionsยง

create_and_write_storage_buffer
Create a storage buffer and write data to it
create_and_write_uniform_buffer
Create a uniform buffer and write data to it
create_bind_group
Create a bind group
create_bind_group_layout
Create a bind group layout
create_compute_pipeline
Create a compute pipeline
create_storage_buffer
Create a storage buffer
default_storage_buffer_entry
Default storage buffer entry
default_storage_read_only_buffer_entry
Default storage read only buffer entry
default_uniform_buffer_entry
Default uniform buffer entry
execute_pipeline
Execute a compute pipeline
get_adapter
Get an adapter
get_device
Get a device
map_buffer_async_browser
Map a buffer asynchronously
read_from_gpu
Read data from the GPU
read_from_gpu_test
Read data from the GPU for testing