Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/FSlateBatchData
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h |
| Include | #include "Rendering/ElementBatcher.h" |
void FillVertexAndIndexBuffer
(
uint8 * VertexBuffer,
uint8 * IndexBuffer,
bool bAbsoluteIndices
)
Remarks
Fills batch data into the actual vertex and index buffer
Parameters
| Name | Description |
|---|---|
| VertexBuffer | Pointer to the actual memory for the vertex buffer |
| IndexBuffer | Pointer to the actual memory for an index buffer |
| bAbsoluteIndices | Whether to write absolute indices (simplifies draw call setup on RHIs that do not support BaseVertex) |