MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetName

Method GetName

Source/Engine/Graphics/GPUDevice.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260#if GPU_ENABLE_RESOURCE_NAMING
261
262StringView GPUResource::GetName() const
263{
264 return StringView(_namePtr, _nameSize);
265}
266
267void GPUResource::SetName(const StringView& name)
268{

Callers 13

operator<Method · 0.45
DumpResourcesToLogMethod · 0.45
UpdateAllocationMethod · 0.45
GetDebugNameMethod · 0.45
CreateMethod · 0.45
GetMethod · 0.45
FindMethod · 0.45
BindMethod · 0.45
BindMethod · 0.45
AddTransitionBarrierMethod · 0.45
CreateMethod · 0.45

Calls 1

StringViewClass · 0.50

Tested by

no test coverage detected