use gfx::{ format, ConstantBuffer, DepthTarget, RenderTarget, TextureSampler, VertexBuffer, }; struct Camera { pos: [f32; 2] } fn render() { }