Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FByteAddressBuffer
- FRWByteAddressBuffer
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIUtilities.h |
| Include | #include "RHIUtilities.h" |
Syntax
struct FRWByteAddressBuffer : public FByteAddressBuffer
Remarks
Encapsulates a GPU read/write ByteAddress buffer with its UAV and SRV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUnorderedAccessViewRHIRef | UAV |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
FRHICommandListBase& RHICmdList, |
||
| void | Release () |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const TCHAR* DebugName, |
Initialize now requires a command list. |