mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-20 05:43:13 +01:00
Added GNF stub.
This commit is contained in:
@@ -661,6 +661,7 @@ namespace bimg
|
||||
ImageContainer* input = imageParseDds (_allocator, _data, _size, _err) ;
|
||||
input = NULL == input ? imageParseKtx (_allocator, _data, _size, _err) : input;
|
||||
input = NULL == input ? imageParsePvr3 (_allocator, _data, _size, _err) : input;
|
||||
input = NULL == input ? imageParseGnf (_allocator, _data, _size, _err) : input;
|
||||
input = NULL == input ? imageParseLodePng (_allocator, _data, _size, _err) : input;
|
||||
input = NULL == input ? imageParseTinyExr (_allocator, _data, _size, _err) : input;
|
||||
input = NULL == input ? imageParseJpeg (_allocator, _data, _size, _err) : input;
|
||||
|
||||
Reference in New Issue
Block a user