radix.wgsl
Constants
Bindings
@group(3)
@binding(2)
var<storage, read_write>
status_counters:
atomic<u32>
Structures
Functions
@compute
Runs custom parallel code on the GPU, not limited to graphics
@workgroup_size(#{RADIX_BASE}, #{RADIX_DIGIT_PLACES})
Defines the size of a thread group. One to three numbers: width (x), height (y), and depth (z). Missing values default to 1
@compute
Runs custom parallel code on the GPU, not limited to graphics
@workgroup_size(#{RADIX_BASE}, #{RADIX_DIGIT_PLACES})
Defines the size of a thread group. One to three numbers: width (x), height (y), and depth (z). Missing values default to 1
@compute
Runs custom parallel code on the GPU, not limited to graphics
@workgroup_size(1)
Defines the size of a thread group. One to three numbers: width (x), height (y), and depth (z). Missing values default to 1
@compute
Runs custom parallel code on the GPU, not limited to graphics
@workgroup_size(#{WORKGROUP_INVOCATIONS_C})
Defines the size of a thread group. One to three numbers: width (x), height (y), and depth (z). Missing values default to 1