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

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

Required methods

pub 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...