Struct kiss3d::resource::Texture[][src]

pub struct Texture(_);

Methods

impl Texture
[src]

Allocates a new texture on the gpu. The texture is not configured.

Trait Implementations

impl Drop for Texture
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Texture

impl Sync for Texture