MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getRenderContext

Function getRenderContext

Source/Falcor/Core/SampleApp.h:188–188  ·  view source on GitHub ↗

* Get the render-context for the current frame. This might change each frame. */

Source from the content-addressed store, hash-verified

186 * Get the render-context for the current frame. This might change each frame.
187 */
188 RenderContext* getRenderContext() const { return mpDevice ? mpDevice->getRenderContext() : nullptr; }
189
190 /**
191 * Get the current FBO.

Callers 2

runInternalMethod · 0.70
onGuiRenderMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected