Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHICommandSetStreamSource |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path |
#include "RHICommandList.h" |
Syntax
struct FRHICommandSetStreamSource : public FRHICommand< FRHICommandSetStreamSource, PREPROCESSOR_JOIN>
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FORCEINLINE_DEBUGGABLE FRHICommandSetStreamSource
(
uint32 InStreamIndex,
FRHIBuffer* InVertexBuffer,
uint32 InOffset
)
|
|
RHICommandList.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Offset |
uint32 |
|
RHICommandList.h |
|
| StreamIndex |
uint32 |
|
RHICommandList.h |
|
| VertexBuffer |
FRHIBuffer * |
|
RHICommandList.h |
|
Functions
Public