Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIUtilities.h |
| Include | #include "RHIUtilities.h" |
uint32 GetVertexCountForPrimitiveCount
(
uint32 NumPrimitives,
uint32 PrimitiveType
)
Remarks
Computes the vertex count for a given number of primitives of the specified type. The number of vertices.
Parameters
| Name | Description |
|---|---|
| NumPrimitives | The number of primitives. |
| PrimitiveType | The type of primitives. |