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

Method SetName

trinity/Tr2GpuBuffer.cpp:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void Tr2GpuBuffer::SetName( const char* name )
198{
199 m_name = name;
200 if( m_buffer.IsValid() )
201 {
202 m_buffer.SetName( name );
203 }
204}

Callers 1

CreateBufferMethod · 0.45

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected