Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHIBufferSRVCreateInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
struct FRHIBufferSRVCreateInfo
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIResources.h | |||
FRHIBufferSRVCreateInfo
(
EPixelFormat InFormat |
RHIResources.h | ||
FRHIBufferSRVCreateInfo
(
uint32 InStartOffsetBytes, |
RHIResources.h | ||
FRHIBufferSRVCreateInfo
(
FRHIRayTracingScene* InRayTracingScene, |
RHIResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Format | EPixelFormat | Encoding format for the element. | RHIResources.h | |
| NumElements | uint32 | Number of elements (whole buffer by default) | RHIResources.h | |
| RayTracingScene | FRHIRayTracingScene * | Ray tracing scene associated with the SRV (if BUF_AccelerationStructure) | RHIResources.h | |
| StartOffsetBytes | uint32 | Offset in bytes from the beginning of buffer | RHIResources.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FRHIBufferSRVCreateInfo& Other |
RHIResources.h | ||
bool operator==
(
const FRHIBufferSRVCreateInfo& Other |
RHIResources.h |