Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIUtilities.h |
| Include | #include "RHIUtilities.h" |
Syntax
struct FRWBuffer
Remarks
Encapsulates a GPU read/write buffer with its UAV and SRV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBufferRHIRef | Buffer | ||
| FName | ClassName | ||
| uint32 | NumBytes | ||
| FName | OwnerName | ||
| FShaderResourceViewRHIRef | SRV | ||
| FUnorderedAccessViewRHIRef | UAV |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRWBuffer () |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FRWBuffer () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
FRHICommandListBase& RHICmdList, |
||
| void | Initialize
(
FRHICommandListBase& RHICmdList, |
||
| void | Release () |
Operators
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const TCHAR* InDebugName, |
Initialize now requires a command list. | |
| void | Initialize
(
const TCHAR* InDebugName, |
Initialize now requires a command list. |