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

Method getGpuAddress

Source/Falcor/Core/API/Buffer.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372uint64_t Buffer::getGpuAddress() const
373{
374 return mGfxBufferResource->getDeviceAddress();
375}
376
377#if FALCOR_HAS_CUDA
378cuda_utils::ExternalMemory* Buffer::getCudaMemory() const

Callers 7

dispatchMethod · 0.45
initGeomDescMethod · 0.45
buildBlasMethod · 0.45
fillInstanceDescMethod · 0.45
buildTlasMethod · 0.45
GetGPUVirtualAddressMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected