mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-05 22:10:07 +03:00
shaderapidxvk
This commit is contained in:
@@ -906,12 +906,16 @@ bool CGame::CreateGameWindow( void )
|
||||
|
||||
if (!windowName[0])
|
||||
{
|
||||
Q_strncpy( windowName, "HALF-LIFE 2", sizeof(windowName) );
|
||||
Q_strncpy( windowName, "CoolSource", sizeof(windowName) );
|
||||
}
|
||||
|
||||
if ( IsOpenGL() )
|
||||
{
|
||||
V_strcat( windowName, " - OpenGL", sizeof( windowName ) );
|
||||
}
|
||||
else ( IsVulkan() )
|
||||
{
|
||||
V_strcat( windowName, " - Vulkan", sizeof( windowName ) );
|
||||
}
|
||||
|
||||
#if PIX_ENABLE || defined( PIX_INSTRUMENTATION )
|
||||
|
||||
Reference in New Issue
Block a user