temporal.wgsl
Functions
@compute
Runs custom parallel code on the GPU, not limited to graphics
@workgroup_size(#{TEMPORAL_SORT_WINDOW_SIZE})
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(#{TEMPORAL_SORT_WINDOW_SIZE})
Defines the size of a thread group. One to three numbers: width (x), height (y), and depth (z). Missing values default to 1