Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHICommandContext
- IRHICommandContext::RHIBeginScene()
- FNullDynamicRHI::RHIBeginScene()
- FOpenGLDynamicRHI::RHIBeginScene()
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include | #include "RHIContext.h" |
void RHIBeginScene&40;&41;
Remarks
Signals the beginning of scene rendering. The RHI makes certain caching assumptions between calls to BeginScene/EndScene. Currently the only restriction is that you can't update texture references.