Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ getGfxResource
Method
getGfxResource
Source/Falcor/Core/API/Buffer.cpp:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
gfx::IResource* Buffer::getGfxResource() const
254
{
255
return mGfxBufferResource;
256
}
257
258
ref<ShaderResourceView> Buffer::getSRV(uint64_t offset, uint64_t size)
259
{
Callers
2
buildTlas
Method · 0.45
uavBarrier
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected