MCPcopy 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

58CopyContext::~CopyContext() = default;
59
60ref<Device> CopyContext::getDevice() const
61{
62 return ref<Device>(mpDevice);
63}
64
65Profiler* CopyContext::getProfiler() const
66{

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected