Trait adi_gpu_base::Texture [] [src]

pub trait Texture {
    fn wh(&self) -> (u32, u32);
}

Trait for a Texture.

Required Methods

Get the width and height of this Texture.

Implementors