Back home 🏡 WGSL Spec Bevy WGSL Functions

remap_1d_to_2d_dispatch.wgsl

Bindings

Name Group Binding index Binding type Type
meshlet_software_raster_indirect_args # 0 0 <storage, read_write> DispatchIndirectArgs
meshlet_software_raster_cluster_count # 0 1 <storage, read_write> u32

Structures

DispatchIndirectArgs

#
Name Type
x u32
y u32
z u32

Functions

remap_dispatch

#
@compute
fn remap_dispatch()