Expand description
Shared (workgroup) memory support for WGSL code generation.
Maps Rust shared memory patterns to WGSL workgroup variables.
Structsยง
- Shared
Array - Marker type for 1D shared memory arrays.
- Shared
Memory Config - Configuration for shared memory in a kernel.
- Shared
Memory Decl - Declaration of a shared memory variable.
- Shared
Tile - Marker type for 2D shared memory tiles.
- Shared
Volume - Marker type for 3D shared memory volumes.