Struct decrunch::CrunchedData [] [src]

pub struct CrunchedData<'a> {
    pub buffer: &'a [u8],
    // some fields omitted
}

Fields

Methods

impl<'a> CrunchedData<'a>
[src]

Retrieves mipmap level specific information from the CRN data.

Retrieves texture information from the CRN data.

Transcodes the specified mipmap level to a destination buffer.

Trait Implementations

impl<'a> Drop for CrunchedData<'a>
[src]

A method called when the value goes out of scope. Read more