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.