pub struct BlpWriter { /* private fields */ }Expand description
Writer for BLP texture files
The Writer takes a Texture and encodes it into BLP1 or BLP2 binary format. It supports palettized, JPEG, DXT, and BGRA encodings.
Uses the PImpl (Pointer to Implementation) idiom to hide implementation details.
Implementations§
Trait Implementations§
impl Send for BlpWriter
Auto Trait Implementations§
impl !Sync for BlpWriter
impl Freeze for BlpWriter
impl RefUnwindSafe for BlpWriter
impl Unpin for BlpWriter
impl UnsafeUnpin for BlpWriter
impl UnwindSafe for BlpWriter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more