Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICommandDrawIndexedPrimitiveIndirect |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICommandDrawIndexedPrimitiveIndirect : public FRHICommand< FRHICommandDrawIndexedPrimitiveIndirect, PREPROCESSOR_JOIN>
Inheritance Hierarchy
- FRHICommandBase → FRHICommand → FRHICommandDrawIndexedPrimitiveIndirect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FORCEINLINE_DEBUGGABLE FRHICommandDrawIndexedPrimitiveIndirect
(
FRHIBuffer* InIndexBuffer, |
RHICommandList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArgumentOffset | uint32 | RHICommandList.h | ||
| ArgumentsBuffer | FRHIBuffer * | RHICommandList.h | ||
| IndexBuffer | FRHIBuffer * | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RHI_void Execute
(
FRHICommandListBase& CmdList |
RHICommandList.h |