remove old comment

This commit is contained in:
teoxoy 2024-06-20 02:05:17 +02:00 committed by Teodor Tanasoaia
parent a024afe182
commit 2ec7254772

View File

@ -1567,7 +1567,6 @@ pub struct TextureView<A: HalApi> {
// if it's a surface texture - it's none
pub(crate) parent: Arc<Texture<A>>,
pub(crate) device: Arc<Device<A>>,
//TODO: store device_id for quick access?
pub(crate) desc: HalTextureViewDescriptor,
pub(crate) format_features: wgt::TextureFormatFeatures,
/// This is `Err` only if the texture view is not renderable