* 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 */
| 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; } |