Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
void 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
CreateBuffer
Method · 0.45
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected