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