Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetStreamSource
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetStreamSource : public FRHICommand< FRHICommandSetStreamSource, FRHICommandSetStreamSourceString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Offset | ||
| uint32 | StreamIndex | ||
| FRHIBuffer * | VertexBuffer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetStreamSource
(
uint32 InStreamIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |