Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandDrawIndexedPrimitiveIndirect
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandDrawIndexedPrimitiveIndirect : public FRHICommand< FRHICommandDrawIndexedPrimitiveIndirect, FRHICommandDrawIndexedPrimitiveIndirectString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32 | ArgumentOffset | |
![]() |
FRHIBuffer * | ArgumentsBuffer | |
![]() |
FRHIBuffer * | IndexBuffer |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandDrawIndexedPrimitiveIndirect
(
FRHIBuffer* InIndexBuffer, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Execute
(
FRHICommandListBase& CmdList |