Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandDrawIndexedIndirect
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandDrawIndexedIndirect : public FRHICommand< FRHICommandDrawIndexedIndirect, FRHICommandDrawIndexedIndirectString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIBuffer * | ArgumentsBufferRHI | ||
| uint32 | DrawArgumentsIndex | ||
| FRHIBuffer * | IndexBufferRHI | ||
| uint32 | NumInstances |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandDrawIndexedIndirect
(
FRHIBuffer* InIndexBufferRHI, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |