Cleanup.
This commit is contained in:
Родитель
e5b9b8d7aa
Коммит
441459f5c0
|
@ -105,7 +105,13 @@ namespace bgfx { namespace hlsl
|
|||
continue;
|
||||
}
|
||||
|
||||
BX_TRACE("Loaded %s compiler.", compiler->fileName);
|
||||
if (g_verbose)
|
||||
{
|
||||
char filePath[PATH_MAX];
|
||||
GetModuleFileNameA( (HMODULE)s_d3dcompilerdll, filePath, sizeof(filePath) );
|
||||
BX_TRACE("Loaded %s compiler (%s).", compiler->fileName, filePath);
|
||||
}
|
||||
|
||||
return compiler;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче