Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
372
uint64_t Buffer::getGpuAddress() const
373
{
374
return mGfxBufferResource->getDeviceAddress();
375
}
376
377
#if FALCOR_HAS_CUDA
378
cuda_utils::ExternalMemory* Buffer::getCudaMemory() const
Callers
7
dispatch
Method · 0.45
initGeomDesc
Method · 0.45
buildBlas
Method · 0.45
fillInstanceDesc
Method · 0.45
buildTlas
Method · 0.45
GetGPUVirtualAddress
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected