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 FByteAddressBuffer
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBufferRHIRef | Buffer | ||
| uint32 | NumBytes | ||
| FShaderResourceViewRHIRef | SRV |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
FRHICommandListBase& RHICmdList, |
||
| void | Release () |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const TCHAR* InDebugName, |
Initialize now requires a command list. |