Skip to main content

read_dds

Function read_dds 

Source
pub fn read_dds<R: Read>(reader: &mut R) -> Result<Dds, DdsBinaryError>
Expand description

Reads DDS data from a reader.

ยงErrors

DdsBinaryError::Io when the stream will not read to end, and whatever read_dds_from_bytes reports for the bytes it collected.