Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHICommandDrawPrimitive |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path |
#include "RHICommandList.h" |
Syntax
struct FRHICommandDrawPrimitive : public FRHICommand< FRHICommandDrawPrimitive, PREPROCESSOR_JOIN>
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FRHICommandDrawPrimitive
(
uint32 InBaseVertexIndex,
uint32 InNumPrimitives,
uint32 InNumInstances
)
|
|
RHICommandList.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BaseVertexIndex |
uint32 |
|
RHICommandList.h |
|
| NumInstances |
uint32 |
|
RHICommandList.h |
|
| NumPrimitives |
uint32 |
|
RHICommandList.h |
|
Functions
Public