Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetName
Method
SetName
trinityal/dx12/Tr2ShaderProgramALDx12.cpp:542–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
ALResult Tr2ShaderProgramAL::SetName( const char* name )
543
{
544
m_name = name;
545
SetDebugName( m_rootSignature.m_rootSignature, name );
546
return S_OK;
547
}
548
}
549
#endif
Callers
nothing calls this directly
Calls
1
SetDebugName
Function · 0.85
Tested by
no test coverage detected