1pub struct Texture { 2 pub texture: wgpu::Texture, 3 pub view: wgpu::TextureView, 4 pub sampler: wgpu::Sampler, 5}