Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHIBufferUAVCreateInfo
- FRDGBufferUAVDesc
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FRHIBufferUAVCreateInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSupportsAppendBuffer | ||
| bool | bSupportsAtomicCounter | Whether the uav supports atomic counter or append buffer operations (used for structured buffers) | |
| EPixelFormat | Format | Number of bytes per element (used for typed buffers). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIBufferUAVCreateInfo
(
EPixelFormat InFormat |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRHIBufferUAVCreateInfo& Other |
||
| bool | operator==
(
const FRHIBufferUAVCreateInfo& Other |