[][src]Trait gpu::Texture

pub trait Texture: Resource {
    fn get_type(&self) -> u32;
fn get_format(&self) -> &TextureFormat; }

Required methods

fn get_type(&self) -> u32

fn get_format(&self) -> &TextureFormat

Loading content...

Implementors

impl Texture for Texture2D[src]

impl Texture for Texture3D[src]

Loading content...