Navigation
API > API/Runtime > API/Runtime/RHI
Encapsulates a GPU read/write buffer with its UAV and SRV.
| Name | FRWBuffer |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIUtilities.h |
| Include Path | #include "RHIUtilities.h" |
Syntax
struct FRWBuffer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRWBuffer () |
RHIUtilities.h | ||
| RHIUtilities.h | |||
| RHIUtilities.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRWBuffer() |
RHIUtilities.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Buffer | FBufferRHIRef | RHIUtilities.h | ||
| ClassName | FName | RHIUtilities.h | ||
| NumBytes | uint32 | RHIUtilities.h | ||
| OwnerName | FName | RHIUtilities.h | ||
| SRV | FShaderResourceViewRHIRef | RHIUtilities.h | ||
| UAV | FUnorderedAccessViewRHIRef | RHIUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
FRHICommandListBase& RHICmdList, |
RHIUtilities.h | ||
void Initialize
(
FRHICommandListBase& RHICmdList, |
RHIUtilities.h | ||
void InitializeWithData
(
FRHICommandListBase& RHICmdList, |
RHIUtilities.h | ||
void Release() |
RHIUtilities.h |