Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetName
Method
SetName
trinity/Tr2RenderTarget.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void Tr2RenderTarget::SetName( const char* name )
45
{
46
m_name = name;
47
m_renderTarget.SetName( m_name.c_str() ).GetResult();
48
}
49
50
std::string Tr2RenderTarget::GetName() const
51
{
Callers
3
Create
Method · 0.45
CreateArray
Method · 0.45
CreateManual
Method · 0.45
Calls
1
GetResult
Method · 0.45
Tested by
no test coverage detected