Struct image::dxt::DXTEncoder[][src]

pub struct DXTEncoder<W: Write> { /* fields omitted */ }

DXT encoder

Methods

impl<W: Write> DXTEncoder<W>
[src]

Create a new encoder that writes its output to w

Encodes the image data data that has dimensions width and height in DXTVariant variant data is assumed to be in variant.colortype()

Auto Trait Implementations

impl<W> Send for DXTEncoder<W> where
    W: Send

impl<W> Sync for DXTEncoder<W> where
    W: Sync