Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandDrawIndexedPrimitive
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandDrawIndexedPrimitive : public FRHICommand< FRHICommandDrawIndexedPrimitive, FRHICommandDrawIndexedPrimitiveString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BaseVertexIndex | ||
| uint32 | FirstInstance | ||
| FRHIBuffer * | IndexBuffer | ||
| uint32 | NumInstances | ||
| uint32 | NumPrimitives | ||
| uint32 | NumVertices | ||
| uint32 | StartIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandDrawIndexedPrimitive
(
FRHIBuffer* InIndexBuffer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |