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
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandDrawPrimitive
(
uint32 InBaseVertexIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |