1 2 3 4 5 6
struct Transforms {}; @group(0) @binding(0) var<uniform> transforms: Transforms; @fragment fn fs_main() {}