MCPcopy 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
20void Tr2DepthStencil::SetName( const char* name )
21{
22 m_name = name;
23 m_depthStencil.SetName( m_name.c_str() ).GetResult();
24}
25
26std::string Tr2DepthStencil::GetName() const
27{

Callers 1

CreateMethod · 0.45

Calls 1

GetResultMethod · 0.45

Tested by

no test coverage detected