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

Function getRenderContext

Source/Falcor/Core/API/Device.h:499–499  ·  view source on GitHub ↗

* Get the default render-context. * The default render-context is managed completely by the device. The user should just queue commands into it, the device will take * care of allocation, submission and synchronization */

Source from the content-addressed store, hash-verified

497 * care of allocation, submission and synchronization
498 */
499 RenderContext* getRenderContext() const { return mpRenderContext.get(); }
500
501 /// Returns the global slang session.
502 slang::IGlobalSession* getSlangGlobalSession() const { return mSlangGlobalSession; }

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected