pub type BindGroupTexture = BindGroup<Texture>;
pub struct BindGroupTexture { pub content: Texture, /* private fields */ }
content: Texture