1 2 3 4 5
struct Globals { transform: mat4x4<f32>, } @group(0) @binding(0) var<uniform> globals: Globals;