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