Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHIResource
- FRHICustomPresent
- FXRRenderBridge
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
class FRHICustomPresent : public FRHIResource
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDrawing () |
Called from RHI thread when the engine begins drawing to the viewport. | |
| bool | In come cases we want to use custom present but still let the native environment handle advancement of the backbuffer indices. | ||
| bool | Called from render thread to see if a native present will be requested for this frame. | ||
| void | Called when rendering thread is acquired. | ||
| void | Called when viewport is resized. | ||
| void | Called when rendering thread is released. | ||
| void | PostPresent () |
Called from RHI thread after native Present has been called. | |
| bool | Present
(
int32& InOutSyncInterval |
Called from RHI thread to perform custom present. |