Struct asi_opengl::Texture[][src]

pub struct Texture(_);

An GPU Texture handle.

Methods

impl Texture
[src]

Set the bound texture's pixels

Update the pixels of an already bound & set texture.

Use a texture.

Trait Implementations

impl Clone for Texture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Texture

impl !Sync for Texture