MCPcopy 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
127protected:
128 friend class Resource;

Callers 2

RenderPass.hFile · 0.85
getTextureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected