Trait three_d::core::texture::Texture[][src]

pub trait Texture {
    fn bind(&self, location: u32);
}

Required methods

fn bind(&self, location: u32)[src]

Loading content...

Implementors

impl Texture for Texture2D[src]

impl Texture for Texture2DArray[src]

impl Texture for TextureCubeMap[src]

Loading content...