Skip to content

Commit

Permalink
Implement Support For HDR (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 14, 2022
1 parent 0a79742 commit 36b1658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Core/Loader/ERS_ModelLoader/ERS_ModelLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ ERS_STRUCT_Texture ERS_CLASS_ModelLoader::LoadTexture(long ID, bool FlipTextures
FreeImage_FlipVertical(Image);
}

std::cout<< FreeImage_GetColorsUsed(Image)<<std::endl;
std::cout<< FreeImage_GetBits(Image)
<<std::endl;

// Get Metadata
ERS_STRUCT_Texture Texture;
Expand Down

0 comments on commit 36b1658

Please sign in to comment.