MCPcopy 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
253gfx::IResource* Buffer::getGfxResource() const
254{
255 return mGfxBufferResource;
256}
257
258ref<ShaderResourceView> Buffer::getSRV(uint64_t offset, uint64_t size)
259{

Callers 2

buildTlasMethod · 0.45
uavBarrierMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected