Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHIDrawIndexedIndirectParameters |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
Syntax
struct FRHIDrawIndexedIndirectParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseVertexLocation | int32 | RHI.h | ||
| IndexCountPerInstance | uint32 | RHI.h | ||
| InstanceCount | uint32 | RHI.h | ||
| StartIndexLocation | uint32 | RHI.h | ||
| StartInstanceLocation | uint32 | RHI.h |