Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
StringView GPUResource::GetName() const
263
{
264
return StringView(_namePtr, _nameSize);
265
}
266
267
void GPUResource::SetName(const StringView& name)
268
{
Callers
13
operator<
Method · 0.45
DumpResourcesToLog
Method · 0.45
LogInvalidResourceUsage
Method · 0.45
UpdateAllocation
Method · 0.45
GetDebugName
Method · 0.45
Create
Method · 0.45
Get
Method · 0.45
Find
Method · 0.45
Bind
Method · 0.45
Bind
Method · 0.45
AddTransitionBarrier
Method · 0.45
Create
Method · 0.45
Calls
1
StringView
Class · 0.50
Tested by
no test coverage detected