Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandDrawPrimitive
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandDrawPrimitive : public FRHICommand< FRHICommandDrawPrimitive, FRHICommandDrawPrimitiveString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32 | BaseVertexIndex | |
![]() |
uint32 | NumInstances | |
![]() |
uint32 | NumPrimitives |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandDrawPrimitive
(
uint32 InBaseVertexIndex, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Execute
(
FRHICommandListBase& CmdList |