1 2 3 4 5 6 7
struct Camera { view: mat4x4<f32>, projection: mat4x4<f32>, view_projection: mat4x4<f32>, position: vec4<f32>, resolution: vec2<f32> }