MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetName

Method SetName

trinity/Tr2RingBuffer.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void Tr2RingBuffer::SetName( const std::string& name )
131{
132 this->m_name = name;
133 if( m_buffer.IsValid() )
134 {
135 m_buffer.SetName( m_name.c_str() );
136 }
137}
138
139void Tr2RingBuffer::ReleaseResources( TriStorage )
140{

Callers 2

ResizeMethod · 0.45
OnPrepareResourcesMethod · 0.45

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected