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

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

Required methods

fn bind(&self, location: u32)

Loading content...

Implementors

impl Texture for Texture2D[src]

impl Texture for Texture2DArray[src]

impl Texture for Texture3D[src]

Loading content...