| 627 | |
| 628 | |
| 629 | bool CryModelLoader::loadTextures() |
| 630 | { |
| 631 | AUTO_PROFILE_SECTION(g_dTimeShaderLoad); |
| 632 | if (g_GetCVars()->ca_Debug()) |
| 633 | g_GetLog()->UpdateLoadingScreen("\005 Loading shaders from %s", m_strGeomFileNameNoExt.c_str()); |
| 634 | return true; |
| 635 | } |
| 636 | |
| 637 | // forgets about the m_pModel (so that it doesn't get deleted upon done()), |
| 638 | // and returns it |
nothing calls this directly
no test coverage detected