Added GNF stub.

This commit is contained in:
Branimir Karadžić
2017-12-11 17:20:15 -08:00
parent 499ea07b5a
commit 1948869a48
6 changed files with 96 additions and 0 deletions

View File

@@ -2728,6 +2728,10 @@ namespace bimg
{
return imageParsePvr3(_imageContainer, _reader, _err);
}
else if (BIMG_CHUNK_MAGIC_GNF == magic)
{
return imageParseGnf(_imageContainer, _reader, _err);
}
else if (BIMG_CHUNK_MAGIC_TEX == magic)
{
TextureCreate tc;