Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHICommandSetUniformBufferDynamicOffset |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path |
#include "RHICommandList.h" |
Syntax
struct FRHICommandSetUniformBufferDynamicOffset : public FRHICommand< FRHICommandSetUniformBufferDynamicOffset, PREPROCESSOR_JOIN>
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FRHICommandSetUniformBufferDynamicOffset
(
FUniformBufferStaticSlot InSlot,
uint32 InOffset
)
|
|
RHICommandList.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Offset |
uint32 |
|
RHICommandList.h |
|
| Slot |
FUniformBufferStaticSlot |
|
RHICommandList.h |
|
Functions
Public