mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Combined members of TextureHeader_t and RTechTextureInfo_t. * Renamed 's_pRTechBytesPerPixel' to 's_pBytesPerPixel' and declared const. * Renamed 'dxgiToRPakFormat' to 's_DxgiToTxtrTable' and declared const. * Renamed 'rpakToDxgiFormat' to 's_TxtrToDxgiTable' and declared const. * Moved 'g_DxgiToTxtrTable' and 'g_TxtrToDxgiTable' to 'texture.g.h'. * Moved 's_pBytesPerPixel' to 'texture.g.h'. * Fixed defect where we used the [] operator on a std::map that should be const (s_TxtrToDxgiTable), replaced with the const version of std::map::at.