Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIStats.h |
| Include | #include "RHIStats.h" |
Syntax
struct FRHIPerCategoryDrawStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Draws | ||
| uint32 | Lines | ||
| uint32 | Points | ||
| uint32 | Quads | ||
| uint32 | Rectangles | ||
| uint32 | Triangles |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRHIPerCategoryDrawStats & | operator+=
(
FRHIPerCategoryDrawStats const& RHS |