MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getCudaDevice

Method getCudaDevice

Source/Falcor/Core/API/Device.cpp:1062–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062cuda_utils::CudaDevice* Device::getCudaDevice() const
1063{
1064 if (!mpCudaDevice)
1065 mpCudaDevice = make_ref<cuda_utils::CudaDevice>(this);
1066 return mpCudaDevice.get();
1067}
1068
1069#endif
1070

Callers 1

initOptixFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected