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