2 #ifndef _YI_ASSET_DECODER_PNG_H_ 3 #define _YI_ASSET_DECODER_PNG_H_ 22 SetDecoder(std::make_unique<CYIImageDecoderPNG>());
33 #endif // _YI_ASSET_DECODER_PNG_H_
Base class for all specialized raster image decoders.
Definition: YiAssetDecoderImage.h:21
virtual ~CYIAssetDecoderPNG()
Definition: YiAssetDecoderPNG.h:26
CYIAssetDecoderPNG()
Definition: YiAssetDecoderPNG.h:20
std::vector< CYIString > m_SupportedExtensions
Definition: YiAssetDecoder.h:88
void SetDecoder(std::unique_ptr< CYIImageDecoder > pDecoder)
Asset decoder for PNG image files.
Definition: YiAssetDecoderPNG.h:17