Module decoders

Module decoders 

Source
Expand description

Texture decoders module

This module provides specialized decoders for different texture formats, organized by format category for better maintainability.

Structs§

BasicDecoder
Decoder for basic uncompressed texture formats
CompressedDecoder
Decoder for compressed texture formats
CrunchDecoder
Decoder for Crunch compressed texture formats
MobileDecoder
Decoder for mobile texture formats
TextureDecoder
Main texture decoder dispatcher

Traits§

Decoder
Common decoder trait