Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHIBufferSRVCreateInfo
- FRDGBufferSRVDesc
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FRHIBufferSRVCreateInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPixelFormat | Format | Encoding format for the element. | |
| uint32 | NumElements | Number of elements (whole buffer by default) | |
| uint32 | StartOffsetBytes | Offset in bytes from the beginning of buffer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIBufferSRVCreateInfo
(
EPixelFormat InFormat |
|||
FRHIBufferSRVCreateInfo
(
uint32 InStartOffsetBytes, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRHIBufferSRVCreateInfo& Other |
||
| bool | operator==
(
const FRHIBufferSRVCreateInfo& Other |