Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetName
Method
SetName
trinity/Tr2DepthStencil.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void Tr2DepthStencil::SetName( const char* name )
21
{
22
m_name = name;
23
m_depthStencil.SetName( m_name.c_str() ).GetResult();
24
}
25
26
std::string Tr2DepthStencil::GetName() const
27
{
Callers
1
Create
Method · 0.45
Calls
1
GetResult
Method · 0.45
Tested by
no test coverage detected