Skip to main content

Module shared

Module shared 

Source
Expand description

Shared (workgroup) memory support for WGSL code generation.

Maps Rust shared memory patterns to WGSL workgroup variables.

Structsยง

SharedArray
Marker type for 1D shared memory arrays.
SharedMemoryConfig
Configuration for shared memory in a kernel.
SharedMemoryDecl
Declaration of a shared memory variable.
SharedTile
Marker type for 2D shared memory tiles.
SharedVolume
Marker type for 3D shared memory volumes.