You.i Engine
YiAssetDecoderWEBP.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_ASSET_DECODER_WEBP_H_
3 #define _YI_ASSET_DECODER_WEBP_H_
4 
7 #include "utility/YiString.h"
8 
18 {
19 public:
21  {
22  SetDecoder(std::make_unique<CYIImageDecoderWEBP>());
23  m_SupportedExtensions = {"webp"};
24  }
25 
27  {}
28 };
29 
32 #endif // _YI_ASSET_DECODER_WEBP_H_
CYIAssetDecoderWEBP()
Definition: YiAssetDecoderWEBP.h:20
Base class for all specialized raster image decoders.
Definition: YiAssetDecoderImage.h:21
virtual ~CYIAssetDecoderWEBP()
Definition: YiAssetDecoderWEBP.h:26
Asset decoder for WEBP image files.
Definition: YiAssetDecoderWEBP.h:17
std::vector< CYIString > m_SupportedExtensions
Definition: YiAssetDecoder.h:88
void SetDecoder(std::unique_ptr< CYIImageDecoder > pDecoder)