Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ getDevice
Method
getDevice
Source/Falcor/Core/API/CopyContext.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
CopyContext::~CopyContext() = default;
59
60
ref<Device> CopyContext::getDevice() const
61
{
62
return ref<Device>(mpDevice);
63
}
64
65
Profiler* CopyContext::getProfiler() const
66
{
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected