Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ getResource
Function
getResource
Source/Falcor/Core/API/ResourceViews.h:125–125 ·
view source on GitHub ↗
* Get the resource referenced by the view. */
Source
from the content-addressed store, hash-verified
123
* Get the resource referenced by the view.
124
*/
125
Resource* getResource() const { return mpResource; }
126
127
protected:
128
friend class Resource;
Callers
2
RenderPass.h
File · 0.85
getTexture
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected