Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandDrawPrimitiveIndirect
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandDrawPrimitiveIndirect : public FRHICommand< FRHICommandDrawPrimitiveIndirect, FRHICommandDrawPrimitiveIndirectString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIBuffer * | ArgumentBuffer | ||
| uint32 | ArgumentOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandDrawPrimitiveIndirect
(
FRHIBuffer* InArgumentBuffer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |