mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
adds profiling to the various gbitmap loaders*
*note, DDS bypasses the gbitmap method chain in question.
This commit is contained in:
parent
b052a1f970
commit
66c7173fda
8 changed files with 10 additions and 0 deletions
|
|
@ -1057,6 +1057,7 @@ bool GBitmap::write(Stream& io_rStream) const
|
|||
|
||||
bool GBitmap::readBitmap( const String &bmType, Stream &ioStream )
|
||||
{
|
||||
PROFILE_SCOPE(ResourceGBitmap_readBitmap);
|
||||
const GBitmap::Registration *regInfo = GBitmap::sFindRegInfo( bmType );
|
||||
|
||||
if ( regInfo == NULL )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue