Navigation
API > API/Runtime > API/Runtime/SlateRHIRenderer > API/Runtime/SlateRHIRenderer/ISlate3DRenderer
Description
Batches the draw elements in the buffer to prepare it for rendering. Call in the game thread before sending to the render thread.
| Name | DrawWindow_GameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h |
| Include Path | #include "Interfaces/ISlate3DRenderer.h" |
void DrawWindow_GameThread
(
FSlateDrawBuffer & DrawBuffer
)
Parameters
| Name | Remarks |
|---|---|
| DrawBuffer | The draw buffer to prepare |